Exemplo n.º 1
0
 internal BlockParsedResult(DecodedInformation information, bool finished)
 {
     this.finished           = finished;
     this.decodedInformation = information;
 }
Exemplo n.º 2
0
 internal BlockParsedResult(DecodedInformation information, bool finished)
 {
    this.finished = finished;
    this.decodedInformation = information;
 }