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

            fma.ShowDialog(this);
        }
Exemple #2
0
 private void pictureBox1_Click(object sender, EventArgs e)
 {
     FmAbout fma = new FmAbout();
     fma.ShowDialog(this);
 }