Exemplo n.º 1
0
        private void levelThree1_Click(object sender, EventArgs e)
        {
            L1_L3 L1_L3 = new L1_L3();

            SoundClass.PlayBackground();
            L1_L3.ShowDialog();
        }
Exemplo n.º 2
0
        private void label15_Click(object sender, EventArgs e)
        {
            L1_L3 LF = new L1_L3();

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

            L1_L3 L1_L3 = new L1_L3();

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