Esempio n. 1
0
 private void btnAbout_Click(object sender, RoutedEventArgs e)
 {
     About about = new About();
     about.ShowDialog();
 }