Example #1
0
 public RootPage()
 {
     this.InitializeComponent();
     DataContext = RootPageViewModel.Instance;
     PageNavigationService.Instance.Register(new NavigationHandler81(ContentFrame));
     Loaded += async(s, e) => await LifeCycleManager.InitOnLoaded();
 }