private void back_Click_1(object sender, EventArgs e) { Reception reception = new Reception(sound); this.Close(); reception.Show(); }
private void pictureBox3_Click(object sender, EventArgs e) { Reception reception = new Reception(sound); this.Close(); reception.Show(); }
private void timer1_Tick(object sender, EventArgs e) { timer1.Stop(); Reception reception = new Reception(false); this.Hide(); reception.Show(); }