Commit e0da0c84 authored by LiGuohua's avatar LiGuohua

Bugs

parent 5fa1d1b4
...@@ -27,7 +27,7 @@ namespace FLY.HeatingHelper.UI.UiModule ...@@ -27,7 +27,7 @@ namespace FLY.HeatingHelper.UI.UiModule
{ {
_dat = dat; _dat = dat;
Misc.BindingOperations.SetBinding(blowing, "OrgBoltNo", this, "CurrentResetBolt"); Misc.BindingOperations.SetBinding(blowing, "OrgBoltNo", this, "CurrentResetBolt");
Misc.BindingOperations.SetBinding(dat, "NewResetBolt", this, "NewResetBolt");
NewResetBolt = CurrentResetBolt; NewResetBolt = CurrentResetBolt;
} }
......
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