Browse Source

Reversed thingo

Kenric Nugteren 1 tháng trước cách đây
mục cha
commit
74eeccdd4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      inabox.wpf/ImageUtils.cs

+ 1 - 1
inabox.wpf/ImageUtils.cs

@@ -920,7 +920,7 @@ namespace InABox.WPF
             
         }
         
-        public static Bitmap[] PDFToBitmapArray(byte[] pdfData)
+        private static Bitmap[] PDFToBitmapArray(byte[] pdfData)
         {
             Bitmap[] images = [];
             using (var ms = new MemoryStream(pdfData))