コード例 #1
0
 public static void SendToKitchen()
 {
     pastOrders.Push(MainWindow.currentOrderInterface);
     currentOrderInterface = new CurrentOrder();
 }