private void btnAbout_Click(object sender, EventArgs e) { frmAbout about = new frmAbout(); about.ShowDialog(); }