private void play_label_MouseClick(object sender, MouseEventArgs e) { PingPong obj = new PingPong(); obj.Show(); this.Hide(); }
private void pictureBox1_Click(object sender, EventArgs e) { this.Hide(); PingPong ob = new PingPong(); ob.Show(); }