Exemple #1
0
 void JazdaWypelnienie()
 {
     this.stanWyp = new WypelnienieJazda();
     pictureBox1.Invalidate();
 }
Exemple #2
0
 void StopWypelnienie()
 {
     this.stanWyp = new Wypelnienie1();
     pictureBox1.Invalidate();
 }