Ejemplo n.º 1
0
 /// <summary>
 /// Sends the current order and clears the order list
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 void confirmCombo(object sender, RoutedEventArgs e)
 {
     curentOrder.createCombo(comboEntree, comboDrink, comboSide, Price, _comboCalories, orgPrice, orgCalories, newCombo);
 }