how to go to other forms in C#

C#
 introduction Intro = new introduction();

            this.Hide();
            Intro.ShowDialog();
Source

Also in C#: