public FRM_AgregarMedicamento() { InitializeComponent(); agregarMedicamentoController = new AgregarMedicamentoController(this); cbCategoria.Text = "Seleccionar"; cbUnidadMedida.Text = "Seleccionar"; alerta.CambiarImagenWarning(); }
public FRM_AgregarMedicamento() { InitializeComponent(); agregarMedicamentoController = new AgregarMedicamentoController(this); EstadoInicial(); }