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