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