private void Window1_Click(object sender, RoutedEventArgs e) { Hide(); new Window1().ShowDialog(); ShowDialog(); }