diff --git a/AmiReel.csproj b/AmiReel.csproj index bd370c0..4c8b47f 100644 --- a/AmiReel.csproj +++ b/AmiReel.csproj @@ -27,7 +27,6 @@ - diff --git a/App.xaml.cs b/App.xaml.cs index c28bd70..5148757 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -1,20 +1,6 @@ -using Windows.ApplicationModel; -using Windows.ApplicationModel.Activation; -using Windows.Foundation; -using Windows.Foundation.Collections; -using Microsoft.UI.Xaml; -using Microsoft.UI.Xaml.Controls; -using Microsoft.UI.Xaml.Controls.Primitives; -using Microsoft.UI.Xaml.Data; -using Microsoft.UI.Xaml.Input; -using Microsoft.UI.Xaml.Media; -using Microsoft.UI.Xaml.Navigation; -using Microsoft.UI.Xaml.Shapes; +using Microsoft.UI.Xaml; using WinRT.Interop; -// To learn more about WinUI, the WinUI project structure, -// and more about our project templates, see: http://aka.ms/winui-project-info. - namespace AmiReel; /// @@ -24,8 +10,8 @@ public partial class App : Application { private Window? _window; public static IntPtr MainWindowHandle { get; private set; } - public static MainWindow? MainWindowInstance { get; set; } - + public static MainWindow? MainWindowInstance { get; internal set; } + /// /// Initializes the singleton application object. This is the first line of authored code /// executed, and as such is the logical equivalent of main() or WinMain(). diff --git a/Assets/AppIcon.ico b/Assets/AppIcon.ico deleted file mode 100644 index e3e0799..0000000 Binary files a/Assets/AppIcon.ico and /dev/null differ diff --git a/MainPage.xaml b/MainPage.xaml index 85fd395..b477e05 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -113,7 +113,8 @@