예제 #1
0
 public void addGroup(InterpGroup t)
 {
     t.PropView    = tree1;
     t.KeyPropView = tree2;
     InterpGroups.Add(t);
     AddChild(t.listEntry);
 }
예제 #2
0
 public void addGroup(InterpGroup t)
 {
     t.PropView = tree1;
     t.KeyPropView = tree2;
     InterpGroups.Add(t);
     AddChild(t.listEntry);
 }