Beispiel #1
0
 public CheckingResult(CheckingResult result)
 {
     FirstErrorLine   = result.FirstErrorLine;
     FirstErrorColumn = result.FirstErrorColumn;
     Output           = result.Output;
     Description      = result.Description;
 }
 public CheckingResult(CheckingResult result)
 {
     FirstErrorLine = result.FirstErrorLine;
     FirstErrorColumn = result.FirstErrorColumn;
     Output = result.Output;
     Description = result.Description;
 }