コード例 #1
0
ファイル: OSD.cs プロジェクト: jhaenchen/minimosd-extra
 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();
 }
コード例 #2
0
ファイル: playuavosd.cs プロジェクト: ustas-ux/OSDTool
 private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutBox1 about = new AboutBox1();
     about.Show();
 }