Example #1
0
        private void introductionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormIntroduction formIntroduction = new FormIntroduction();

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

            introduction.ShowDialog();
        }