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