void _bonosForm_OnBonoSelected(object sender, BonoSelectedEventArgs e) { _bono = e.Bono; txtBono.Text = _bono.Fecha.ToString(); _bonosForm.Hide(); btnRegistrar.Show(); }
void _bonosForm_OnBonoSelected(object sender, BonoSelectedEventArgs e) { _bonoFarmacia = e.Bono; txtBono.Text = _bonoFarmacia.Numero.ToString(); _bonosForm.Hide(); btnGuardar.Visible = true; }
void _bonosForm_OnBonoSelected(object sender, BonoSelectedEventArgs e) { _bonoFarmacia = e.Bono; txtBono.Text = _bonoFarmacia.Numero.ToString(); _bonosForm.Hide(); panelMed1.Show(); }