コード例 #1
0
ファイル: CTableOrderForm.cs プロジェクト: Jusharra/RMS
 /// <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);
 }