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