Update PackageReferences

This commit is contained in:
ema
2025-05-13 17:36:22 +08:00
parent ebcb223ef0
commit 8fa4f6cc5b
8 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,7 @@ public partial class PdfViewerControl : UserControl, INotifyPropertyChanged, IDi
pagePanel.ImageScrolled += NavigatePage;
}
public ObservableCollection<int> PageThumbnails { get; set; } = new ObservableCollection<int>();
public ObservableCollection<int> PageThumbnails { get; set; } = [];
public int TotalPages => PdfDocumentWrapper.PdfDocument.PageCount;