private void оПрограммеToolStripMenuItem_Click(object sender, EventArgs e) { AboutPaint frmAbout = new AboutPaint(); frmAbout.ShowDialog(); }
private void About_Click(object sender, EventArgs e) { AboutPaint frmAbout = new AboutPaint(); frmAbout.ShowDialog(); }
private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { AboutPaint aboutPaint = new AboutPaint(); aboutPaint.ShowDialog(); }