Example #1
0
 private void mnuHelpAbout_Click(object sender, EventArgs e)
 {
     var about = new AboutDialog();
      about.ShowDialog(this);
 }
Example #2
0
        private void mnuHelpAbout_Click(object sender, EventArgs e)
        {
            var about = new AboutDialog();

            about.ShowDialog(this);
        }