Example #1
0
 private void wizard_About(object sender, RoutedEventArgs e)
 {
     About about = new About();
     about.ShowDialog();
 }