|
@@ -910,9 +910,10 @@ namespace PDF_Office.ViewModels.BOTA
|
|
ViewContentViewModel = viewContentViewModel;
|
|
ViewContentViewModel = viewContentViewModel;
|
|
PdfViewer = pdfview;
|
|
PdfViewer = pdfview;
|
|
AnnotationListItems = new ObservableCollection<AnnotationHandlerEventArgs>();
|
|
AnnotationListItems = new ObservableCollection<AnnotationHandlerEventArgs>();
|
|
- AnnotationListItems.CollectionChanged += AnnotationListItems_CollectionChanged;
|
|
|
|
|
|
+
|
|
AnnotationListItems = GetDocumentAnnotionList();
|
|
AnnotationListItems = GetDocumentAnnotionList();
|
|
currentAnnotationArgs.AddRange(AnnotationListItems);
|
|
currentAnnotationArgs.AddRange(AnnotationListItems);
|
|
|
|
+ AnnotationListItems.CollectionChanged += AnnotationListItems_CollectionChanged;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|