Ejemplo n.º 1
0
 protected virtual void onVoorraadBestelling(Voorraadbestelling voorraadbestelling)
 {
     Stockaankoop?.Invoke(this, new StockbeheerEventArgs(voorraadbestelling));
 }
Ejemplo n.º 2
0
 public StockbeheerEventArgs(Voorraadbestelling bestelling)
 {
     Bestelling = bestelling;
 }