Пример #1
0
 protected virtual void OnPrintClicked() => PrintClicked?.Invoke(this, EventArgs.Empty);
 protected virtual void OnPrintClicked(ObservableCollection <Machine> collection)
 {
     PrintClicked?.Invoke(this, new FactureEventArgs <Machine>(facture, collection));
 }