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