Esempio n. 1
0
        private void AppShutdown(object sender, RoutedEventArgs e)
        {
            StartScreen start = new StartScreen();

            start.Show();
            this.Close();
        }
Esempio n. 2
0
 private void CallCloseAction()
 {
     this.Close();
     StartScreen start = new StartScreen();
 }