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