Esempio n. 1
0
 /// <summary>
 /// Modification of the print status.After first print the command is not included with kitchen copy.
 /// </summary>
 private void UpdateKitchenTextPrintStatus()
 {
     COrderManager objOrderManager = new COrderManager();
     objOrderManager.UpdateOrderKitchenStatus(orderID);
 }