Ejemplo n.º 1
0
 private void AjustaTotal()
 {
     txtTotal.Text = _bs.ObtenhaTodos().Sum(c => c.Preco).ToString(CultureInfo.InvariantCulture);
 }