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

            NavigateTool.Nav(new MainLibraryPage());
        }