Esempio n. 1
0
 private void WindowAbout()
 {
     AboutSystem aboutSystem = new AboutSystem();
     aboutSystem.ShowDialog();
 }
Esempio n. 2
0
 private void Help()
 {
     //throw new NotImplementedException();
     AboutSystem aboutSystem = new AboutSystem();
     aboutSystem.ShowDialog();
 }