Interaction logic for HelpWindow.xaml
Inheritance: System.Windows.Window
 private void helpButtonClick(object sender, RoutedEventArgs e)
 {
     HelpWindow helpWindow = new HelpWindow();
     helpWindow.Show();
 }
Exemplo n.º 2
0
        private void helpButtonClick(object sender, RoutedEventArgs e)
        {
            HelpWindow helpWindow = new HelpWindow();

            helpWindow.Show();
        }