Пример #1
0
 /// <summary>
 /// Removes empty XML Elements in all projects for all configurations
 /// </summary>
 public void RemoveEmptyProps()
 {
     model.RemoveEmptyXMLElements();
     OnPropertyChanged("FoundProperties");
 }