Esempio n. 1
0
 public bool DeleteSection(string section) => CanChangeSettings && SolutionSettings.DeleteSection(section);
Esempio n. 2
0
 public bool DeleteSection(string section)
 {
     return(CanChangeSettings && SolutionSettings.DeleteSection(section));
 }
Esempio n. 3
0
 public bool DeleteSection(string section)
 {
     return(SolutionSettings.DeleteSection(section));
 }