Exemplo n.º 1
0
 private void dependency_OnChange(object sender, SqlNotificationEventArgs e)
 {
     KitchenHub.Show();
 }
Exemplo n.º 2
0
 private void dependency_OnChangeGuestOrder(object sender, SqlNotificationEventArgs e)
 {
     KitchenHub.Notify();
 }
Exemplo n.º 3
0
 private void dependency_OnChangePrinterAlert(object sender, SqlNotificationEventArgs e)
 {
     KitchenHub.PrinterAlert();
 }