Beispiel #1
0
 public bool UpdateProjectTowerTemplateName(string oldName, string oldType, string newName, string newType)
 {
     return(ConfigFileUtils.UpdateTowerTemplateName(ConfigFilePath, oldName, oldType, newName, newType, false));
 }
Beispiel #2
0
 public bool UpdateGeneralTowerTemplateName(string oldName, string oldType, string newName, string newType)
 {
     return(ConfigFileUtils.UpdateTowerTemplateName(ConfigFilePath, oldName, oldType, newName, newType, true));
 }