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.

MainPage.g.cs 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 :
  13. global::Xamarin.Forms.Platform.UWP.WindowsPage,
  14. global::Windows.UI.Xaml.Markup.IComponentConnector,
  15. global::Windows.UI.Xaml.Markup.IComponentConnector2
  16. {
  17. /// <summary>
  18. /// Connect()
  19. /// </summary>
  20. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
  21. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  22. public void Connect(int connectionId, object target)
  23. {
  24. this._contentLoaded = true;
  25. }
  26. /// <summary>
  27. /// GetBindingConnector(int connectionId, object target)
  28. /// </summary>
  29. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
  30. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  31. public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
  32. {
  33. global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
  34. return returnValue;
  35. }
  36. }
  37. }