Esempio n. 1
0
        protected override void OnClosed(EventArgs e)
        {
            GLSettings.Height = this.Height;
            GLSettings.Width  = this.Width;

            GLSettings.SaveSettings();
            base.OnClosed(e);
        }
Esempio n. 2
0
        protected override void OnClosed(EventArgs e)
        {
            GlobalVariables.FormFast = null;
            GLSettings.Height        = this.Height;
            GLSettings.Width         = this.Width;
            GLSettings.SaveSettings();

            base.OnClosed(e);
        }
Esempio n. 3
0
        protected override void OnClosed(EventArgs e)
        {
            PointCloudScannerSettings.Height = this.Height;
            PointCloudScannerSettings.Width  = this.Width;

            PointCloudScannerSettings.SaveSettings();
            GLSettings.SaveSettings();
            if (scannerUC != null)
            {
                scannerUC.StopScanner();
            }

            base.OnClosed(e);
        }