Ejemplo n.º 1
0
        private void frmAlterarExercicio_Load(object sender, EventArgs e)
        {
            ex.preencherComboBox(cbAparelho);

            cbAparelho.Text = Convert.ToString(frmConsultarExercicio.nomeAparelho);
            cbTipoEx.Text   = Convert.ToString(frmConsultarExercicio.tipoExercicio);
        }
Ejemplo n.º 2
0
 private void frmCadastroExercicio_Load(object sender, EventArgs e)
 {
     ex.preencherComboBox(cbAparelho);
 }