mirror of
https://github.com/SirLecram/HospitalServerManager
synced 2025-01-08 21:27:34 +01:00
52f1c1e71f
All database models has been added; All basic ViewModels has been added;
60 lines
2.1 KiB
C#
60 lines
2.1 KiB
C#
#pragma checksum "C:\Users\Marcel\Documents\GitHub\HospitalServerManager\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "6E38FB29F9D5CA8F36FB6C3E6488659E"
|
|
//------------------------------------------------------------------------------
|
|
// <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 HospitalServerManager
|
|
{
|
|
#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.17.0")]
|
|
[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.17.0")]
|
|
private bool _contentLoaded;
|
|
/// <summary>
|
|
/// InitializeComponent()
|
|
/// </summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.17.0")]
|
|
[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
|
|
}
|
|
}
|
|
}
|
|
|