mirror of
https://github.com/SirLecram/HospitalServerManager
synced 2024-11-09 04:55:27 +01:00
f234ec1f26
- last changes and visual edit
92 lines
4.3 KiB
C#
92 lines
4.3 KiB
C#
#pragma checksum "C:\Users\Marcel\Documents\GitHub\HospitalServerManagerApp\HospitalServerManager\View\MainFrameView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "788DC4EDA86A5130B8D8C5518DE569B8"
|
|
//------------------------------------------------------------------------------
|
|
// <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;
|
|
}
|
|
}
|
|
}
|
|
|