コード例 #1
0
 private void ActualizarPrecio()
 {
     TextBoxCosto.Text = ingredienteNuevo.CalcularCosto().ToString();
 }