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