Example #1
0
 private void addItemToSublist(SinglePriceInterface obj)
 {
     obj.Count++;
     StaticMethods.ChangeItem(lstSubTotal, obj);
 }
Example #2
0
 private void btnOthers_Click(object sender, EventArgs e)
 {
     ot.Count++;
     StaticMethods.ChangeItem(lstSubTotal, ot);
 }
Example #3
0
 private void btnPublicOfficer_Click(object sender, EventArgs e)
 {
     po.Count++;
     StaticMethods.ChangeItem(lstSubTotal, po);
 }
Example #4
0
 private void btnElderlyPeople_Click(object sender, EventArgs e)
 {
     ep.Count++;
     StaticMethods.ChangeItem(lstSubTotal, ep);
 }
Example #5
0
 private void 小孩8岁_Click(object sender, EventArgs e)
 {
     ch8.Count++;
     StaticMethods.ChangeItem(lstSubTotal, ch8);
 }