75 lines
2.9 KiB
C#
75 lines
2.9 KiB
C#
#pragma checksum "D:\IP407\MobileAPP\MobileAPP\Platforms\Windows\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "AD85F923FC4D298CB684F6A340D391F6363EF8C43D8161FC0E590C1D5804F1A7"
|
|
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
namespace MobileAPP.WinUI
|
|
{
|
|
#if !DISABLE_XAML_GENERATED_MAIN
|
|
/// <summary>
|
|
/// Program class
|
|
/// </summary>
|
|
public static class Program
|
|
{
|
|
[global::System.Runtime.InteropServices.DllImport("Microsoft.ui.xaml.dll")]
|
|
private static extern void XamlCheckProcessRequirements();
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 3.0.0.2307")]
|
|
[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.2307")]
|
|
private bool _contentLoaded;
|
|
/// <summary>
|
|
/// InitializeComponent()
|
|
/// </summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 3.0.0.2307")]
|
|
[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_BREAK_ON_UNHANDLED_EXCEPTION
|
|
UnhandledException += (sender, e) =>
|
|
{
|
|
if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
|
|
};
|
|
#endif
|
|
}
|
|
}
|
|
}
|
|
|