Commit b619e6ed 刘韬

修正,设置中使用校准库位选项关联错误

1 个父辈 92f17790
...@@ -45,7 +45,7 @@ namespace TheMachine ...@@ -45,7 +45,7 @@ namespace TheMachine
//Config.PropertyBind("Device_Humiture_Port", cb_tempsensorport, "SelectedItem", "SelectedIndexChanged"); //Config.PropertyBind("Device_Humiture_Port", cb_tempsensorport, "SelectedItem", "SelectedIndexChanged");
Config.PropertyBind("Device_Use_Fixpos", cb_usefixpos, "Checked", "CheckedChanged"); Config.PropertyBind("Enable_Fixpos", cb_usefixpos, "Checked", "CheckedChanged");
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!