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

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

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

            L1_L6 L1_L6 = new L1_L6();

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