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