public static string Parse(string tmfFile) { var p = new TmfParser(tmfFile); return(p.Code); }
public static string Parse(string tmfFile) { var p = new TmfParser(tmfFile); return p.Code; }