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