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

加载前,等1000ms

parent 634c9abe
......@@ -44,7 +44,7 @@ namespace MultiLayout
p.DataContext = lp;
NavigationService.Navigate(p);
await Task.Delay(100);
await Task.Delay(1000);
//---------------------------------------------------------
//加载 unity
container = new UnityContainer();
......
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