Crossplatform App der Caritas (Versuch).
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

App.g.i.cs 2.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. #pragma checksum "D:\Work\Caritas\CaritasApp\CaritasApp.UWP\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F08545A8FF71EC941965A3BE599E778685358000886F663AE2633199C97CC69C"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace CaritasApp.UWP
  11. {
  12. #if !DISABLE_XAML_GENERATED_MAIN
  13. /// <summary>
  14. /// Program class
  15. /// </summary>
  16. public static class Program
  17. {
  18. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
  19. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  20. static void Main(string[] args)
  21. {
  22. global::Windows.UI.Xaml.Application.Start((p) => new App());
  23. }
  24. }
  25. #endif
  26. partial class App : global::Windows.UI.Xaml.Application
  27. {
  28. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
  29. private bool _contentLoaded;
  30. /// <summary>
  31. /// InitializeComponent()
  32. /// </summary>
  33. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
  34. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  35. public void InitializeComponent()
  36. {
  37. if (_contentLoaded)
  38. return;
  39. _contentLoaded = true;
  40. #if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
  41. DebugSettings.BindingFailed += (sender, args) =>
  42. {
  43. global::System.Diagnostics.Debug.WriteLine(args.Message);
  44. };
  45. #endif
  46. #if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
  47. UnhandledException += (sender, e) =>
  48. {
  49. if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
  50. };
  51. #endif
  52. }
  53. }
  54. }