Beispiel #1
0
 public DocumentViewModel AddDocument(string documentName)
 {
     return(DocumentRoot.CreateNew(documentName));
 }