25111302 差压28出货版本
This commit is contained in:
@@ -18,7 +18,7 @@ namespace SLC1_N
|
||||
private void Port_Load(object sender, EventArgs e)
|
||||
{
|
||||
// 串口扫码枪初始化
|
||||
if (Form1.f1.serialport_saoma_Enabled)
|
||||
if(Form1.f1.serialport_saoma_Enabled)
|
||||
SerialPort_Init();
|
||||
|
||||
// TCP扫码枪初始化
|
||||
@@ -370,7 +370,7 @@ namespace SLC1_N
|
||||
// 网口扫码枪1重连
|
||||
private void bt_CH1TCP_Reconnect_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (tb_CH1TCP_ip.Text.Trim().IsNullOrEmpty() || tb_CH1TCP_port.Text.Trim().IsNullOrEmpty())
|
||||
if(tb_CH1TCP_ip.Text.Trim().IsNullOrEmpty() || tb_CH1TCP_port.Text.Trim().IsNullOrEmpty())
|
||||
return;
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user