Exemplo n.º 1
0
 private void UpdateCostLabel(Label lbl, ExpenseList list)
 {
     lbl.Text = list.Total().ToString("C", culture);
 }