Exemplo n.º 1
0
        private void Pong_Load(object sender, EventArgs e)
        {
            Balle bille = new Balle(new Point(29, 29));

            this.Controls.Add(bille.BalleToPictureBox());
        }