private void StandardChromeButton_Click(object sender, RoutedEventArgs e) { var w = new Window1(); w.Show(); }