1
0
mirror of https://github.com/SirLecram/HospitalServerManager synced 2024-07-18 02:35:30 +02:00
admissionManager/obj/x64/Debug/View/UserControls/ColumnListView.g.i.cs
Marcel Grześ 52f1c1e71f Basic function development
All database models has been added;
All basic ViewModels has been added;
2018-12-22 15:52:17 +01:00

52 lines
2.0 KiB
C#

#pragma checksum "C:\Users\Marcel\Documents\GitHub\HospitalServerManager\View\UserControls\ColumnListView.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E8816074F83E5912D57314984E95026D"
//------------------------------------------------------------------------------
// <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.UserControls
{
partial class ColumnListView : global::Windows.UI.Xaml.Controls.UserControl
{
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.17.0")]
private bool _contentLoaded;
/// <summary>
/// InitializeComponent()
/// </summary>
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.17.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void InitializeComponent()
{
if (_contentLoaded)
return;
_contentLoaded = true;
global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///View/UserControls/ColumnListView.xaml");
global::Windows.UI.Xaml.Application.LoadComponent(this, resourceLocator, global::Windows.UI.Xaml.Controls.Primitives.ComponentResourceLocation.Application);
}
partial void UnloadObject(global::Windows.UI.Xaml.DependencyObject unloadableObject);
private interface IColumnListView_Bindings
{
void Initialize();
void Update();
void StopTracking();
void DisconnectUnloadedObject(int connectionId);
}
#pragma warning disable 0169 // Proactively suppress unused field warning in case Bindings is not used.
private IColumnListView_Bindings Bindings;
#pragma warning restore 0169
}
}