| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #pragma checksum "D:\Work\Caritas\CaritasApp\CaritasApp.UWP\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F08545A8FF71EC941965A3BE599E778685358000886F663AE2633199C97CC69C"
- //------------------------------------------------------------------------------
- // <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 CaritasApp.UWP
- {
- #if !DISABLE_XAML_GENERATED_MAIN
- /// <summary>
- /// Program class
- /// </summary>
- public static class Program
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- static void Main(string[] args)
- {
- global::Windows.UI.Xaml.Application.Start((p) => new App());
- }
- }
- #endif
-
- partial class App : global::Windows.UI.Xaml.Application
- {
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
- private bool _contentLoaded;
- /// <summary>
- /// InitializeComponent()
- /// </summary>
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void InitializeComponent()
- {
- if (_contentLoaded)
- return;
-
- _contentLoaded = true;
- #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
- }
- }
- }
-
|