diff --git a/PDGServer_WPF/App.xaml.cs b/PDGServer_WPF/App.xaml.cs index 06ee999..a2b6928 100644 --- a/PDGServer_WPF/App.xaml.cs +++ b/PDGServer_WPF/App.xaml.cs @@ -57,7 +57,7 @@ namespace RBG_Server } - void LoadStream(Stream source, string path, bool isSprite) + public void LoadStream(Stream source, string path, bool isSprite) { long srcStart = source.Position; byte[] vs = new byte[6]; // First 6 bytes is the gif specifier diff --git a/PDGServer_WPF/ConnectionPage.xaml b/PDGServer_WPF/ConnectionPage.xaml index f2d28f3..e25e0ca 100644 --- a/PDGServer_WPF/ConnectionPage.xaml +++ b/PDGServer_WPF/ConnectionPage.xaml @@ -13,7 +13,7 @@