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