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(); }
private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { AboutBox1 about = new AboutBox1(); about.Show(); }