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