private void OnRunPolarAlignment() { DlgRunPolarAlignment dlg = new DlgRunPolarAlignment(this.RunCustomOATCommandAsync) { Owner = Application.Current.MainWindow, WindowStartupLocation = WindowStartupLocation.CenterOwner };; dlg.ShowDialog(); }
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"); }