예제 #1
0
 public DataPartiallyValid(string fullFilePath, GoodBits goodBits, BadBits badBits)
     : base(fullFilePath)
 {
     GoodBits = goodBits;
     BadBits = badBits;
 }
예제 #2
0
 public ProcessGoodBits(string filePath, GoodBits goodBits)
 {
     FilePath = filePath;
     GoodBits = goodBits;
 }
예제 #3
0
 public ParseSuccessful(string fullFilePath, GoodBits goodBits)
     : base(fullFilePath)
 {
     GoodBits = goodBits;
 }