protected virtual void onVoorraadBestelling(Voorraadbestelling voorraadbestelling) { Stockaankoop?.Invoke(this, new StockbeheerEventArgs(voorraadbestelling)); }
public StockbeheerEventArgs(Voorraadbestelling bestelling) { Bestelling = bestelling; }