Ejemplo n.º 1
0
 public void StatrGame()
 {
     Entities.Ground ground = new Entities.Ground();
     Entities.Shape  shape  = new Entities.ShapeL();
     View.GamePanel  gp     = new View.GamePanel(intptr);
     gp.ReDisplay(ground, shape);
 }
Ejemplo n.º 2
0
 public void ReDisplay(Entities.Ground ground, Entities.Shape shape)
 {
     ground.DrawGround(G);
     shape.DrawShape(G);
 }