Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            T_L3 T_L3 = new T_L3();

            this.Hide();
            T_L3.ShowDialog();
        }
Ejemplo n.º 2
0
        private void pictureBox27_Click(object sender, EventArgs e)
        {
            T_L3 T_L3 = new T_L3();

            SoundClass.PlayBackground();
            T_L3.ShowDialog();
        }
Ejemplo n.º 3
0
        private void label15_Click(object sender, EventArgs e)
        {
            T_L3 T_L3 = new T_L3();

            timer1.Stop();
            T_L3.ShowDialog();
            this.Close();
        }