Esempio n. 1
0
 public MeblePokojowe(pokojowe nazwa, float cena, string obj, int ilosc)
 {
     this.Pok = nazwa;
     this.Cena = cena;
     this.Objetosc = obj;
     this.Ilosc = ilosc;
 }
Esempio n. 2
0
 public PokojoweMebleBuilder(pokojowe b, float c, string o, int i)
 {
     meble = new MeblePokojowe(b, c, o, i);
 }
Esempio n. 3
0
 protected void ZmienNazwePok(pokojowe p)
 {
     this.pok = p;
 }