Exemplo n.º 1
0
 private void btnExportar_Click(object sender, EventArgs e)
 {
     ClienteDAO c = new ClienteDAO();
     c.Exportar();
 }