Example #1
0
 public Document GetDocument(Uri uri)
 {
     return(CurrentDocuments.GetDocumentWithFilePath(Helpers.FromUri(uri)));
 }