示例#1
0
 public bool AddTower(Towers p)
 {
     return(admin.AddTower(p));
 }