Explorar o código

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

Hcsy %!s(int64=8) %!d(string=hai) anos
pai
achega
9e57525592
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UAS-MES/Form1.cs

+ 1 - 1
UAS-MES/Form1.cs

@@ -74,7 +74,7 @@ namespace UAS_MES
         ModeBusTCPServer md;
         private void button3_Click_1(object sender, EventArgs e)
         {
-            md = new ModeBusTCPServer(txtIP.Text, txtPORT.Text);
+            md = new ModeBusTCPServer();
             md.Open();
             txtMsg.AppendText("SUCCESS");
         }