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