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