private void helpButton_Click(object sender, System.EventArgs e) { HelpScreen helpScreen = new HelpScreen(); helpScreen.ShowDialog(); }