| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- #pragma checksum "D:\Work\Caritas\CaritasApp\CaritasApp.UWP\MainPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E74D7FF18B7B13B4850E589DA8E9356FE2F71F3F563B2910A00B18E2E1AE9781"
- //------------------------------------------------------------------------------
- // <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
- {
- partial class MainPage :
- global::Xamarin.Forms.Platform.UWP.WindowsPage,
- global::Windows.UI.Xaml.Markup.IComponentConnector,
- global::Windows.UI.Xaml.Markup.IComponentConnector2
- {
- /// <summary>
- /// Connect()
- /// </summary>
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public void Connect(int connectionId, object target)
- {
- this._contentLoaded = true;
- }
-
- /// <summary>
- /// GetBindingConnector(int connectionId, object target)
- /// </summary>
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.19041.685")]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
- {
- global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
- return returnValue;
- }
- }
- }
-
|