예제 #1
0
 private void VegeterianaMinus_Click(object sender, EventArgs e)
 {
     UserActionHelpers.RemoveLastItemFromOrderListByName(ProductsNames.Vegetariana);
     UserActionHelpers.SubstractValuInCountBox(VegetarianaCountBox);
 }
예제 #2
0
 private void MargherittaMinus_Click(object sender, EventArgs e)
 {
     UserActionHelpers.RemoveLastItemFromOrderListByName(ProductsNames.Margheritta);
     UserActionHelpers.SubstractValuInCountBox(MargherittaCountBox);
 }
예제 #3
0
 private void CoffieMinus_Click(object sender, EventArgs e)
 {
     UserActionHelpers.RemoveLastItemFromOrderListByName(ProductsNames.Cola);
     UserActionHelpers.SubstractValuInCountBox(CoffieCountBox);
 }
예제 #4
0
 private void TomatoSoupMinus_Click(object sender, EventArgs e)
 {
     UserActionHelpers.RemoveLastItemFromOrderListByName(ProductsNames.TomatoSoup);
     UserActionHelpers.SubstractValuInCountBox(TomatoSoupCountBox);
 }
예제 #5
0
 private void HungarianCakeMinus_Click(object sender, EventArgs e)
 {
     UserActionHelpers.RemoveLastItemFromOrderListByName(ProductsNames.HungarianCake);
     UserActionHelpers.SubstractValuInCountBox(HungarianCountBox);
 }
예제 #6
0
 private void FishMinus_Click(object sender, EventArgs e)
 {
     UserActionHelpers.RemoveLastItemFromOrderListByName(ProductsNames.FishFries);
     UserActionHelpers.SubstractValuInCountBox(FishCountBox);
 }