Example #1
0
        public IngresoEmpleados(DataGridViewRow fila)
        {
            InitializeComponent();
            empleado = new Empleados();

            empleado.ConseguirDatosToUpdate(txt_Apelli_Emple, fila);
            boolModoActualizar = true;

            txt_Id_Emple.ReadOnly = true;
        }
Example #2
0
        public IngresoEmpleados(DataGridViewRow fila)
        {
            InitializeComponent();
            empleado = new Empleados(txtIdEmple, txtNomEmple, txt_Apelli_Emple, txt_Dir_Emple, date_FechN_Emple, Date_FechIn_Emple, radio_mas_Emple, radio_fem_Emple, txt_Email_Emple, combobox_CargoTipoComboBox, txt_Tel_Emple);

            empleado.ConseguirDatosToUpdate(txtNomEmple, fila);
            boolModoActualizar = true;

            txtIdEmple.ReadOnly = true;
        }