Пример #1
0
 public bool InsertStrucTowerNames(List <string> towerNames)
 {
     return(ConfigFileUtils.InsertStrucTowerNames(ConfigFilePath, towerNames));
 }
Пример #2
0
 public bool InsertStrucTowerName(string towerName)
 {
     return(ConfigFileUtils.InsertStrucTowerNames(ConfigFilePath, new List <String> {
         towerName
     }));
 }