Esempio n. 1
0
        private void introductionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormIntroduction formIntroduction = new FormIntroduction();

            formIntroduction.ShowDialog();
        }
Esempio n. 2
0
        private void ShowIntroduction()
        {
            FormIntroduction introduction = new FormIntroduction();

            introduction.ShowDialog();
        }