コード例 #1
0
ファイル: Program.cs プロジェクト: BackupTheBerlios/wiptp-svn
 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");
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: BackupTheBerlios/wiptp-svn
 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");
 }