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