Esempio n. 1
0
 public GrtListNode(string caption, NodeIdWrapper nodeId, GrtTreeNode parent, GrtListModel model)
     : base(caption)
 {
     NodeId = nodeId;
     Parent = parent;
     Model  = model;
 }
Esempio n. 2
0
 public GrtListNode(string caption, NodeIdWrapper nodeId, GrtTreeNode parent, GrtListModel model)
     : base(caption)
 {
     NodeId = nodeId;
     Parent = parent;
     Model = model;
 }