Commit 73d23337 authored by 潘栩锋's avatar 潘栩锋 🚴

添加 LCUS1 模块,只要客户端一启动,就会触发Off()

parent 28b5f8d3
......@@ -19,6 +19,8 @@ namespace FLY.Thick.Base.UI
this.paramDictionary = paramDictionary;
//绑定 this.PortName 与 this.paramDictionary.LCUS1_PortName
this.paramDictionary.SetBinding(this, nameof(PortName), ParamDistItemKeys.LCUS1_PortName, "COM1");
Off();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment