Example #1
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     //MessageBox.Show("Author: Michael Oborne \nCo-authors: Pedro Santos \n Zoltán Gábor", "About ArduCAM OSD Config", MessageBoxButtons.OK, MessageBoxIcon.Information);
     AboutBox1 about = new AboutBox1();
     about.Show();
 }
Example #2
0
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutBox1 about = new AboutBox1();
     about.Show();
 }