Crossplatform App der Caritas (Versuch).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MainPage.g.i.cs 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #pragma checksum "D:\Work\Caritas\CaritasApp\CaritasApp.UWP\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E74D7FF18B7B13B4850E589DA8E9356FE2F71F3F563B2910A00B18E2E1AE9781"
  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. partial class MainPage : global::Xamarin.Forms.Platform.UWP.WindowsPage
  13. {
  14. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
  15. private bool _contentLoaded;
  16. /// <summary>
  17. /// InitializeComponent()
  18. /// </summary>
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. public void InitializeComponent()
  22. {
  23. if (_contentLoaded)
  24. return;
  25. _contentLoaded = true;
  26. global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///MainPage.xaml");
  27. global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
  28. }
  29. partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
  30. }
  31. }