Example #1
0
 ///<summary>
 /// Confirms the ammount to add to the curent order of the selected item.
 /// Triggered from the confirm button of the ammount popup panel
 ///</summary>
 public void ConfirmAmmountToAdd()
 {
     if (model.ConfirmAddItemToCurentOrder(view.ammountPanel.AmmountInput))
     {
         view.ammountPanel.CloseAmmountPanel();
     }
 }