1
0
mirror of https://github.com/SirLecram/HospitalServerManager synced 2024-09-01 21:55:37 +02:00
admissionManager/obj/x86/Debug/View/MainFrameView.g.cs

92 lines
4.3 KiB
C#
Raw Normal View History

#pragma checksum "C:\Users\Marcel\Documents\GitHub\HospitalServerManagerApp\HospitalServerManager\View\MainFrameView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4F78C6693FE6D4099F3E5FF61C0610DB"
2018-11-18 18:49:40 +01:00
//------------------------------------------------------------------------------
// <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.View
{
partial class MainFrameView :
global::Windows.UI.Xaml.Controls.Page,
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.17.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Connect(int connectionId, object target)
{
switch(connectionId)
{
case 2: // View\MainFrameView.xaml line 16
{
this.navigationBar = (global::Windows.UI.Xaml.Controls.CommandBar)(target);
}
break;
case 3: // View\MainFrameView.xaml line 25
{
this.mainFrame = (global::Windows.UI.Xaml.Controls.Frame)(target);
}
break;
case 4: // View\MainFrameView.xaml line 18
{
global::Windows.UI.Xaml.Controls.AppBarButton element4 = (global::Windows.UI.Xaml.Controls.AppBarButton)(target);
((global::Windows.UI.Xaml.Controls.AppBarButton)element4).Click += this.AppBarButton_Click;
}
break;
case 5: // View\MainFrameView.xaml line 19
{
global::Windows.UI.Xaml.Controls.AppBarButton element5 = (global::Windows.UI.Xaml.Controls.AppBarButton)(target);
((global::Windows.UI.Xaml.Controls.AppBarButton)element5).Click += this.AppBarButton_Click;
}
break;
case 6: // View\MainFrameView.xaml line 20
{
global::Windows.UI.Xaml.Controls.AppBarButton element6 = (global::Windows.UI.Xaml.Controls.AppBarButton)(target);
((global::Windows.UI.Xaml.Controls.AppBarButton)element6).Click += this.AppBarButton_Click;
}
break;
case 7: // View\MainFrameView.xaml line 21
{
global::Windows.UI.Xaml.Controls.AppBarButton element7 = (global::Windows.UI.Xaml.Controls.AppBarButton)(target);
((global::Windows.UI.Xaml.Controls.AppBarButton)element7).Click += this.AppBarButton_Click;
}
break;
case 8: // View\MainFrameView.xaml line 22
{
global::Windows.UI.Xaml.Controls.AppBarButton element8 = (global::Windows.UI.Xaml.Controls.AppBarButton)(target);
((global::Windows.UI.Xaml.Controls.AppBarButton)element8).Click += this.AppBarButton_Click;
}
break;
case 9: // View\MainFrameView.xaml line 23
{
global::Windows.UI.Xaml.Controls.AppBarButton element9 = (global::Windows.UI.Xaml.Controls.AppBarButton)(target);
((global::Windows.UI.Xaml.Controls.AppBarButton)element9).Click += this.AppBarButton_Click;
}
break;
default:
break;
}
this._contentLoaded = true;
}
/// <summary>
/// GetBindingConnector(int connectionId, object target)
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.17.0")]
[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;
}
}
}