private void aboutButton_Click(object sender, EventArgs e) { AboutBox1 a = new AboutBox1(); a.Show(); }