示例#1
0
 public void OnMoveTableClicked()
 {
     DisplayMoveTableDialog?.Invoke(this, EventArgs.Empty);
 }
示例#2
0
 public void OnTakeoutClicked()
 {
     //Loads List of Takeout orders....  for now display not implemented...
     DisplayMoveTableDialog?.Invoke(this, EventArgs.Empty);
 }
示例#3
0
 public void OnPrintTicketClicked()
 {
     //Not sure what happens here...see current WindowsPhone App code.   for now display not implemented...
     DisplayMoveTableDialog?.Invoke(this, EventArgs.Empty);
 }