瀏覽代碼

合并错误

OYXH\oyxh 2 年之前
父節點
當前提交
413405363b
共有 3 個文件被更改,包括 938 次插入937 次删除
  1. 936 936
      PDF Office/PDF Office.csproj
  2. 1 0
      PDF Office/Styles/TextBoxStyle.xaml
  3. 1 1
      PDF Office/ViewModels/BOTA/BookmarkContentViewModel.cs

文件差異過大導致無法顯示
+ 936 - 936
PDF Office/PDF Office.csproj


+ 1 - 0
PDF Office/Styles/TextBoxStyle.xaml

@@ -0,0 +1 @@
+<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" />

+ 1 - 1
PDF Office/ViewModels/BOTA/BookmarkContentViewModel.cs

@@ -270,7 +270,7 @@ namespace PDF_Office.ViewModels.BOTA
                 return;
             }
 
-            list = new ObservableCollection<CPDFBookmark>(PDFViewer.Document.GetBookmarkList().OrderBy(d => d.Title));
+            Bookmarklist = new ObservableCollection<CPDFBookmark>(PDFViewer.Document.GetBookmarkList().OrderBy(d => d.Title));
             if (Bookmarklist.Count < 1)
             {
                 IsEmptyPanelVisibility = Visibility.Visible;