예제 #1
0
파일: TmfParser.cs 프로젝트: yyjdelete/Tx
        public static string Parse(string tmfFile)
        {
            var p = new TmfParser(tmfFile);

            return(p.Code);
        }
예제 #2
0
파일: TmfParser.cs 프로젝트: modulexcite/Tx
 public static string Parse(string tmfFile)
 {
     var p = new TmfParser(tmfFile);
     return p.Code;
 }