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