Beispiel #1
0
        public void gameLose()
        {
            timer1.Stop();
            timer2.Stop();
            GameLose gl = new GameLose(this.Width, this.Height, this.Location);

            this.Hide();
            gl.ShowDialog();
            this.Close();
        }
Beispiel #2
0
        public void gameLose()
        {
            timer1.Stop();
            timer2.Stop();
            GameLose gl = new GameLose(this.Width, this.Height, this.Location, gd.name, int.Parse(lblPoints.Text));

            this.Hide();
            gl.ShowDialog();
            axwmp.Ctlcontrols.stop();
            this.Close();
        }