Exemple #1
0
 public DocumentMock(int currentLine, string fullName)
 {
     Selection = new SelectionMock(currentLine);
     FullName  = fullName;
 }
 public DocumentMock(int currentLine, string fullName)
 {
     Selection = new SelectionMock(currentLine);
     FullName = fullName;
 }