Beispiel #1
0
 public void Help()
 {
     // Open the help window to no specific command section
     HelpWindow HALP = new HelpWindow();
     HALP.Show();
 }
 private void Help_Click(object sender, RoutedEventArgs e)
 {
     // Opens the help window
     HelpWindow Help = new HelpWindow();
     Help.Show();
 }