예제 #1
0
 public PersonParser(CSVParser parser)
 {
     this.Parser = parser;
 }
예제 #2
0
파일: Program.cs 프로젝트: mzbac/CSVParser
 static void Main(string[] args)
 {
     CSVParser p = new CSVParser();
     string text =p.Parse("Book1.csv");
 }