Exemple #1
0
 private void ExportarPlanilhaToolStripMenuItem_Click(object sender, EventArgs e)
 {
     NoNullDataGrid();
     Exports.DatagridToFile(dataGridView1);
 }