Exemplo n.º 1
0
 private void pictureBox1_Paint(object sender, PaintEventArgs e)
 {
     _element.Affiche(e.Graphics);
 }
Exemplo n.º 2
0
 public void Affiche(Graphics graphics)
 {
     _element.Affiche(graphics);
 }