Esempio n. 1
0
 public PietonWidget(int x, int y, int width, int height, float v, float vmax)
 {
     this.Pieton = new Pieton(x, y, width, height, 15, 30);
 }
Esempio n. 2
0
 public PietonWidget(Rectangle rectangle, float v, float vmax)
 {
     this.Pieton = new Pieton(rectangle, v, vmax);
 }