Example #1
0
 private bool CheckFile(string allContent)
 {
     MatchAddListener(allContent);
     MatchRemoveListener(allContent);
     return(curOutPut.NeedOut());
 }