private void AppShutdown(object sender, RoutedEventArgs e) { StartScreen start = new StartScreen(); start.Show(); this.Close(); }
private void CallCloseAction() { this.Close(); StartScreen start = new StartScreen(); }