示例#1
0
 public void Destroy()
 {
     CMain.DeleteObjects(index);
 }
示例#2
0
 protected void AddToMain()
 {
     index = CMain.AddToObjects(this);
 }