// About for software private void btnAbout_Click_1(object sender, EventArgs e) { frmAbout fabout = new frmAbout(); fabout.ShowDialog(); }