private void AboutBtn_Click(object sender, RoutedEventArgs e) { var window = new AboutWindow(); window.ShowDialog(); }