Beispiel #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            T_L4 T_L4 = new T_L4();

            this.Hide();
            T_L4.ShowDialog();
        }
        private void pictureBox26_Click(object sender, EventArgs e)
        {
            T_L4 T_L4 = new T_L4();

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

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