Inheritance: System.Windows.Forms.Form
コード例 #1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            FmAbout fma = new FmAbout();

            fma.ShowDialog(this);
        }
コード例 #2
0
ファイル: FmMain.cs プロジェクト: xxcanghai/AvgCutImage
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     FmAbout fma = new FmAbout();
     fma.ShowDialog(this);
 }