Exemple #1
0
 private void btExcel_Click(object sender, EventArgs e)
 {
     GlobalFunctions.ExportarDataGridViewCSV(dgvBusqueda, null);
 }