Beispiel #1
0
        private void aboutToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutBox1 ss = new AboutBox1();

            ss.Show();
        }
Beispiel #2
0
 private void oProgramieToolStripMenuItem_Click(object sender, EventArgs e)
 {
     AboutBox1 about = new AboutBox1();
     about.ShowDialog();
 }
Beispiel #3
0
        /// <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();
        }