Exemplo n.º 1
0
 public void     Uninit()
 {
     if (this.sectionName != null)
     {
         NGSettingsWindow.RemoveSection(this.sectionName);
     }
 }
Exemplo n.º 2
0
 public void     Uninit()
 {
     NGSettingsWindow.RemoveSection(this.sectionTitle);
 }