private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { AboutBox1 ss = new AboutBox1(); ss.Show(); }
private void oProgramieToolStripMenuItem_Click(object sender, EventArgs e) { AboutBox1 about = new AboutBox1(); about.ShowDialog(); }
/// <summary> /// Handles the Click event of the aboutInfixToPostfixToolStripMenuItem control. /// </summary> /// <param name="sender">The source of the event.</param> /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param> private void aboutInfixToPostfixToolStripMenuItem_Click(object sender, EventArgs e) { AboutBox1 aboutBox = new AboutBox1(); aboutBox.ShowDialog(); }