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

FixGraph 需要统一使用 MultiLayout 提供的 NavigationService

parent 392d5f01
...@@ -87,7 +87,7 @@ namespace FLY.Thick.Base.UI.UiModule ...@@ -87,7 +87,7 @@ namespace FLY.Thick.Base.UI.UiModule
viewModel.GetDatas(out double intervalms, out List<double> datas); viewModel.GetDatas(out double intervalms, out List<double> datas);
PgFixAnalyze p = new PgFixAnalyze(); PgFixAnalyze p = new PgFixAnalyze();
p.Init(intervalms, datas); p.Init(intervalms, datas);
(Application.Current.Properties["NavigationService"] as NavigationService).Navigate(p); MultiLayout.FlyLayoutManager.NavigationService.Navigate(p);
} }
} }
......
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