Esempio n. 1
0
 private void aboutToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     AboutBox1 ab = new AboutBox1();
     ab.ShowDialog(this);
 }
Esempio n. 2
0
        private void aboutToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            AboutBox1 ab = new AboutBox1();

            ab.ShowDialog(this);
        }