protected override void OnClosed(EventArgs e) { GLSettings.Height = this.Height; GLSettings.Width = this.Width; GLSettings.SaveSettings(); base.OnClosed(e); }
protected override void OnClosed(EventArgs e) { GlobalVariables.FormFast = null; GLSettings.Height = this.Height; GLSettings.Width = this.Width; GLSettings.SaveSettings(); base.OnClosed(e); }
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); }