private void btnVenExportar_Click(object sender, EventArgs e) { UtilLocal.AbrirEnExcel(this.dgvVencimientos); }
private void btnExcel_Click(object sender, EventArgs e) { UtilLocal.AbrirEnExcel(this.dgvDatos); }