private void ActualizarStock_Load(object sender, EventArgs e) { Producto.IniciarTransaccion(); Cargar_grilla(Producto.Todos_los_Productos()); txt_agregar.Enabled = false; txt_cantStock.Enabled = false; txt_codigo.Enabled = false; txt_nombre.Enabled = false; txt_total.Enabled = false; }