public void btn_Start_Click(object sender, EventArgs e) { Form1 frm = new Form1(); frm.Show(); welcomescreen wc = new welcomescreen(); this.Hide(); try { if (NAVN.Length != 0) { ; } } catch { MessageBox.Show("Navn ikke utfyllt. Start spillet på nytt"); Application.Exit(); } }
private void menuItem11_Click(object sender, EventArgs e) { welcomescreen ws = new welcomescreen(); ws.Show(); }