示例#1
0
        protected override void OnClosed(EventArgs e)
        {
            GlobalVariables.FormFast = null;
            GLSettings.Height        = this.Height;
            GLSettings.Width         = this.Width;

            GLSettings.SaveSettings();
            base.OnClosed(e);
        }
 public void SaveSettings()
 {
     GLSettings.SaveSettings();
 }
 protected override void OnClosed(EventArgs e)
 {
     GLSettings.SaveSettings();
     base.OnClosed(e);
 }