open form in c# code example
Example: how to go to other forms in C#
introduction Intro = new introduction();
this.Hide();
Intro.ShowDialog();
introduction Intro = new introduction();
this.Hide();
Intro.ShowDialog();