Esempio n. 1
0
        /// <summary>
        /// Handles the Click event of the aboutProgrammToolStripMenuItem 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 aboutProgrammToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutProgramm info = new AboutProgramm();

            info.Show();
        }
Esempio n. 2
0
        /// <summary>
        /// Handles the Click event of the aboutProgToolStripMenuItem 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 aboutProgToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AboutProgramm newWinndow = new AboutProgramm();

            newWinndow.Show();
        }