Exemplo n.º 1
0
 static void Main()
 {
     //Application.EnableVisualStyles();
     //Application.SetCompatibleTextRenderingDefault(false);
     //Application.Run(new GuiMainFrame());
     CSV_Handling.CSVHandling data = new CSV_Handling.CSVHandling();
     data.loadData("C:\\Dokumente und Einstellungen\\mySelf\\Eigene Dateien\\_PRE\\_PRE-Projekt\\Altsystem2006\\nachprüfungen.csv");
 }
Exemplo n.º 2
0
 static void Main()
 {
     //Application.EnableVisualStyles();
     //Application.SetCompatibleTextRenderingDefault(false);
     //Application.Run(new GuiMainFrame());
     CSV_Handling.CSVHandling data = new CSV_Handling.CSVHandling();
     data.loadData("C:\\Dokumente und Einstellungen\\mySelf\\Eigene Dateien\\_PRE\\_PRE-Projekt\\Altsystem2006\\nachprüfungen.csv");
 }