private void aboutButton_Click(object sender, RoutedEventArgs e)
 {
     About abt = new About();
     abt.ShowDialog();
 }
Exemple #2
0
 private void About_Click(object sender, RoutedEventArgs e)
 {
     aboutWindow = new About();
     aboutWindow.ShowDialog();
 }