Kaynağa Gözat

Reversed thingo

Kenric Nugteren 1 ay önce
ebeveyn
işleme
74eeccdd4c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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))