Exemplo n.º 1
0
 public override void Settings()
 {
     if (this.settings != null)
     {
         this.settings.Close();
         this.settings.Dispose();
     }
     this.settings = new MultiCombat.Settings();
     this.settings.Show();
 }
Exemplo n.º 2
0
 private void RefreshSettings()
 {
     if (this.settings != null)
     {
         this.settings.Close();
         this.settings.Dispose();
     }
     this.settings = new MultiCombat.Settings();
 }