Example #1
0
        private void back_Click_1(object sender, EventArgs e)
        {
            Reception reception = new Reception(sound);

            this.Close();
            reception.Show();
        }
Example #2
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            Reception reception = new Reception(sound);

            this.Close();
            reception.Show();
        }
Example #3
0
        private void timer1_Tick(object sender, EventArgs e)
        {
            timer1.Stop();
            Reception reception = new Reception(false);

            this.Hide();
            reception.Show();
        }