private void aboutReportSyncToolStripMenuItem_Click(object sender, EventArgs e) { var frmAbout = new AboutReportSync(); frmAbout.Show(); }