Inheritance: System.Windows.Forms.Form
Beispiel #1
0
 private void HelpClick(object sender, EventArgs e)
 {
     HelpAbout helpAbout = new HelpAbout();
     helpAbout.ShowDialog(this);
 }
Beispiel #2
0
        private void HelpClick(object sender, EventArgs e)
        {
            HelpAbout helpAbout = new HelpAbout();

            helpAbout.ShowDialog(this);
        }