Added a call to activate when the setup dialog is shown.
This commit is contained in:
@@ -221,7 +221,7 @@ namespace ASCOM.Meade.net
|
||||
using (SetupDialogForm F = new SetupDialogForm())
|
||||
{
|
||||
F.SetProfile(profileProperties);
|
||||
|
||||
|
||||
var result = F.ShowDialog();
|
||||
if (result == System.Windows.Forms.DialogResult.OK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user