Beispiel #1
0
 private void Click_Download(object sender, EventArgs e)
 {
     Input.Text = "";
     ExcelUtil.DownloadDataGrid(DataGrid);
 }