예제 #1
0
 public bool DeleteStrucTowerNames(List <string> towerNames)
 {
     return(ConfigFileUtils.DeleteStrucTowerNames(ConfigFilePath, towerNames));
 }
예제 #2
0
 public bool DeleteStrucTowerName(string towerName)
 {
     return(ConfigFileUtils.DeleteStrucTowerNames(ConfigFilePath, new List <String> {
         towerName
     }));
 }