Esempio n. 1
0
 public bool RemoveSection(string sectionName)
 {
     return(_iniDocument.RemoveSection(sectionName));
 }