Added a call to activate when the setup dialog is shown.
This commit is contained in:
@@ -63,5 +63,10 @@ namespace ASCOM.Meade.net
|
||||
|
||||
return profileProperties;
|
||||
}
|
||||
|
||||
private void SetupDialogForm_Shown(object sender, EventArgs e)
|
||||
{
|
||||
Activate();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user