Пример #1
0
 private void Restro_BillPaid(object sender, PayBillEvent e)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public virtual void RaiseBillPaymentEvent(PayBillEvent eventArgs)
 {
     BillPaid?.Invoke(this, eventArgs);
 }