Exemplo n.º 1
0
 protected Line(POFile file, IO.TextLine source, Line.Types type, bool isContinuation, string text)
 {
     this._file           = file;
     this._source         = source;
     this._type           = type;
     this._isContinuation = isContinuation;
     this._text           = text;
 }
Exemplo n.º 2
0
 protected Line(POFile file, IO.TextLine source, Line.Types type, bool isContinuation, string text)
 {
     this._file = file;
     this._source = source;
     this._type = type;
     this._isContinuation = isContinuation;
     this._text = text;
 }