Esempio n. 1
0
 private void Button_ModeEcrasement_Click(object sender, EventArgs e)
 {
     this.progressBar.Visible = true;
     ImportController.CsvImport(true, FilePath, this);
     Console.WriteLine(FilePath);
     ((FormMain)Owner).LoadListView();
     this.Close();
 }