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