private void toolStripButton3_Click(object sender, EventArgs e) { using (AboutDlg about = new AboutDlg()) { about.ShowDialog(); } }
void AboutItem_Click(object sender, EventArgs e) { using (AboutDlg about = new AboutDlg()) { about.ShowDialog(); } }