Esempio n. 1
0
 public void newProduct(string name, float preis, int anzahl)
 {
     this.Produkt = new Produkt(name, preis, anzahl);
 }
Esempio n. 2
0
 public Werk(Produkt Produkt)
 {
     this.Produkt = Produkt;
 }