LB_SmartVision/Forms/Pages/CommunicatorPage/CreateCommunicatorForm.cs
@@ -131,7 +131,7 @@ MessageBox.Show("未选择通讯类型!", "异常"); return; } if (!communicator.Connect()) if (communicator.Connect()) { uiButtonCreate.Enabled = true; communicator.Disconnect(); @@ -146,7 +146,7 @@ private void uiButtonCreate_Click(object sender, EventArgs e) { if (!communicator.Connect()) if (communicator.Connect()) { bCreate = true; this.Close();