//####################################### KONSTRUKTOR ############################## public Handlarz( int ladownoscWozu, string nazwa) { this.pozycja = new Point(500, 500); this.woz = new WozHandlarza(ladownoscWozu); this.nazwa = nazwa; }
//####################################### KONSTRUKTOR ############################## public Handlarz(int ladownoscWozu, string nazwa) { this.pozycja = new Point(500, 500); this.woz = new WozHandlarza(ladownoscWozu); this.nazwa = nazwa; }