예제 #1
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);
        }
예제 #2
0
 private void buttonOK_Click(object sender, EventArgs e)
 {
     PointCloudScannerSettings.SaveSettings();
 }
예제 #3
0
 private void Window_Closed(object sender, EventArgs e)
 {
     this.PointCloudUC.ScannerClose();
     PointCloudScannerSettings.SaveSettings();
 }