Commit 11255317 authored by 潘栩锋's avatar 潘栩锋 🚴

修复 扫描报警没有注册 bulkdb 的事件,导致没有报警响应

parent 2405f645
......@@ -105,6 +105,10 @@ namespace FLY.Thick.FilmCasting.Server
this.dynArea = dynArea;
Misc.BindingOperations.SetBinding(profileParam, nameof(profileParam.Target), this, nameof(Target));
Misc.BindingOperations.SetBinding(profileParam, nameof(profileParam.TolerancePercent), this, nameof(TolerancePercent));
mBulkDB.PropertyChanged += MBulkDB_PropertyChanged;
}
private void MBulkDB_PropertyChanged(object sender, PropertyChangedEventArgs e)
......
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