Ejemplo n.º 1
0
 private void btnVenExportar_Click(object sender, EventArgs e)
 {
     UtilLocal.AbrirEnExcel(this.dgvVencimientos);
 }
Ejemplo n.º 2
0
 private void btnExcel_Click(object sender, EventArgs e)
 {
     UtilLocal.AbrirEnExcel(this.dgvDatos);
 }