Example #1
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutApp aApp = new AboutApp();

            aApp.ShowDialog();
        }
Example #2
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutApp aApp = new AboutApp();
     aApp.ShowDialog();
 }