Lab2 done
This commit is contained in:
parent
66702ee864
commit
160b7dc88a
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace WinFormsLibraryVolkov.VisualComponents
|
||||
{
|
||||
public class DataTreeNodeConfig
|
||||
{
|
||||
public Queue<string> NodeNames { get; set; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user