private void levelEight1_Click(object sender, EventArgs e)
        {
            L1_L8 L1_L8 = new L1_L8();

            SoundClass.PlayBackground();
            L1_L8.ShowDialog();
        }
Beispiel #2
0
        private void label15_Click(object sender, EventArgs e)
        {
            L1_L8 LF = new L1_L8();

            timer1.Stop();
            LF.ShowDialog();
            this.Close();
        }
Beispiel #3
0
        private void button1_Click(object sender, EventArgs e)
        {
            ProgressClass.progressMass[0, 6] = 1;
            ProgressClass.timeMass[0, 6]     = date.ToString("m:ss");

            L1_L8 L1_L8 = new L1_L8();

            this.Hide();
            L1_L8.ShowDialog();
        }