/// <summary> /// The Click command for the Credits Label that is used to show the Credits and Thanks form. /// </summary> private void cmdCredit_Click(object sender, EventArgs e) { Credits Cwin = new Credits(); Cwin.ShowDialog(); }