コード例 #1
0
 public void addGroup(InterpGroup t)
 {
     t.PropView    = tree1;
     t.KeyPropView = tree2;
     InterpGroups.Add(t);
     AddChild(t.listEntry);
 }
コード例 #2
0
ファイル: Timeline.cs プロジェクト: ME3Explorer/ME3Explorer
 public void addGroup(InterpGroup t)
 {
     t.PropView = tree1;
     t.KeyPropView = tree2;
     InterpGroups.Add(t);
     AddChild(t.listEntry);
 }