private void BtnAbout_Click(object sender, EventArgs e) { var frmabt = new FrmAbout(); frmabt.ShowDialog(); }