Example #1
0
        private void TblkPlanner_MouseDown(object sender, RoutedEventArgs e)
        {
            MyPlanner mp = new MyPlanner();

            SetheadingText("My Planner");
            mainFrame.NavigationService.Navigate(mp);
        }
Example #2
0
        private void WindowLoaded(object sender, RoutedEventArgs e)
        {
            Database.GetDatabaseConent();

            Toastr.TurnOnNotifications();
            Database.TurnOnSaving();

            MyPlanner mp = new MyPlanner();

            SetheadingText("My Planner");
            mainFrame.NavigationService.Navigate(mp);
        }