private void menuInfo_Click(object sender, System.EventArgs e) { AboutInfo ai = new AboutInfo(); ai.ShowDialog(this); }