Esempio n. 1
0
 public static void Close()
 {
     NavigateTool.Nav(new MainLibraryPage());
 }
Esempio n. 2
0
        public static void NavFromLogin()
        {
            Application.Current.MainWindow.Content = new Frame();

            NavigateTool.Nav(new MainLibraryPage());
        }