Example #1
0
 public virtual void afficher(object sender, PaintEventArgs e, ICaseImageFlyweight fw, int x, int y)
 {
     e.Graphics.DrawImage(fw.getCityImage((int)Player.Color), x, y, 50, 50);
 }