Exemple #1
0
 private void UploadButton_Click(object sender, EventArgs e)
 {
     CsvProcessor.OpenFile(pathLabel, loadingGif, loadingLabel, workspaceDataGridView);
 }