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

修复 收卷PID界面 Init 不是public

parent 45f4a56a
...@@ -33,7 +33,7 @@ namespace FLY.Winder.UI.Client ...@@ -33,7 +33,7 @@ namespace FLY.Winder.UI.Client
} }
[InjectionMethod] [InjectionMethod]
void Init(IWinderSystemService winderSystem) public void Init(IWinderSystemService winderSystem)
{ {
this.winderSystem = winderSystem; this.winderSystem = winderSystem;
grid_winder.DataContext = winderSystem; grid_winder.DataContext = winderSystem;
......
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