#pragma checksum "C:\Users\brunetg\Documents\AppSAV\AppSAV\Platforms\Windows\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "CD57F84290C204917F036D134E01DA4B2ADE6615A20485D3A1C00AAA31AFAF4B" //------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace AppSAV.WinUI { #if !DISABLE_XAML_GENERATED_MAIN /// /// Program class /// public static class Program { [global::System.Runtime.InteropServices.DllImport("Microsoft.ui.xaml.dll")] [global::System.Runtime.InteropServices.DefaultDllImportSearchPaths(global::System.Runtime.InteropServices.DllImportSearchPath.SafeDirectories)] private static extern void XamlCheckProcessRequirements(); [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 3.0.0.2406")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.STAThreadAttribute] static void Main(string[] args) { XamlCheckProcessRequirements(); global::WinRT.ComWrappersSupport.InitializeComWrappers(); global::Microsoft.UI.Xaml.Application.Start((p) => { var context = new global::Microsoft.UI.Dispatching.DispatcherQueueSynchronizationContext(global::Microsoft.UI.Dispatching.DispatcherQueue.GetForCurrentThread()); global::System.Threading.SynchronizationContext.SetSynchronizationContext(context); new App(); }); } } #endif partial class App : global::Microsoft.Maui.MauiWinUIApplication { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 3.0.0.2406")] private bool _contentLoaded; /// /// InitializeComponent() /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 3.0.0.2406")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public void InitializeComponent() { if (_contentLoaded) return; _contentLoaded = true; global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Platforms/Windows/App.xaml"); global::Microsoft.UI.Xaml.Application.LoadComponent(this, resourceLocator); #if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT DebugSettings.BindingFailed += (sender, args) => { global::System.Diagnostics.Debug.WriteLine(args.Message); }; #endif #if DEBUG && !DISABLE_XAML_GENERATED_RESOURCE_REFERENCE_DEBUG_OUTPUT DebugSettings.XamlResourceReferenceFailed += (sender, args) => { global::System.Diagnostics.Debug.WriteLine(args.Message); }; #endif #if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION UnhandledException += (sender, e) => { if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break(); }; #endif } } }