Example #1
0
        private void OnRunPolarAlignment()
        {
            DlgRunPolarAlignment dlg = new DlgRunPolarAlignment(this.RunCustomOATCommandAsync)
            {
                Owner = Application.Current.MainWindow, WindowStartupLocation = WindowStartupLocation.CenterOwner
            };;

            dlg.ShowDialog();
        }
Example #2
0
        private void OnRunPolarAlignment()
        {
            Log.WriteLine("Mount: Running Polar Alignment Wizard");
            DlgRunPolarAlignment dlg = new DlgRunPolarAlignment(this.RunCustomOATCommandAsync)
            {
                Owner = Application.Current.MainWindow, WindowStartupLocation = WindowStartupLocation.CenterOwner
            };;

            dlg.ShowDialog();
            Log.WriteLine("Mount: Polar Alignment Wizard completed");
        }