Exemple #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     G   = CreateGraphics();
     Sim = new Simulateur(this);
 }
Exemple #2
0
 private void Form1_Load(object sender, EventArgs e)
 {
     G = CreateGraphics();
     Sim = new Simulateur(this);
 }