private void introductionToolStripMenuItem_Click(object sender, EventArgs e) { FormIntroduction formIntroduction = new FormIntroduction(); formIntroduction.ShowDialog(); }
private void ShowIntroduction() { FormIntroduction introduction = new FormIntroduction(); introduction.ShowDialog(); }