Added validation to the setup dialog.

This commit is contained in:
2019-07-23 23:42:14 +01:00
parent 93c63cc014
commit 027cb24d3f
2 changed files with 34 additions and 9 deletions
+1
View File
@@ -89,6 +89,7 @@ namespace ASCOM.Meade.net
this.comboBoxComPort.FormattingEnabled = true;
resources.ApplyResources(this.comboBoxComPort, "comboBoxComPort");
this.comboBoxComPort.Name = "comboBoxComPort";
this.comboBoxComPort.SelectedValueChanged += new System.EventHandler(this.ComboBoxComPort_SelectedValueChanged);
//
// label3
//