Ejemplo n.º 1
0
 private void frmTMP112_Load(object sender, EventArgs e)
 {
     CommObj.LogText("GUI Opened");
     numAddress.Value = CommObj.GetDefaultAddress();
     numPort.Value    = CommObj.GetPort();
 }