private void levelTwo1_Click(object sender, EventArgs e)
        {
            L1_L2 L1_L2 = new L1_L2();

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

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

            L1_L2 L1_L2 = new L1_L2();

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