예제 #1
0
        private void play_label_MouseClick(object sender, MouseEventArgs e)
        {
            PingPong obj = new PingPong();

            obj.Show();
            this.Hide();
        }
예제 #2
0
파일: looser.cs 프로젝트: AliNaqi80/project
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            this.Hide();
            PingPong ob = new PingPong();

            ob.Show();
        }