Пример #1
0
 public AssetViewNode(long id, string text, AssetViewNodeType type, object data)
 {
     _text = text;
     _id = id;
     _type = type;
     _data = data;
 }
Пример #2
0
 public AssetViewNode(long id, string text, AssetViewNodeType type)
 {
     _text = text;
     _id = id;
     _type = type;
 }