private void helpButton_Click(object sender, RoutedEventArgs e) { HelpWindow hWindow = new HelpWindow(); hWindow.ShowDialog(); }