mirror of
https://github.com/SirLecram/HospitalServerManager
synced 2024-11-09 04:55:27 +01:00
069f0612da
A few models has been improved; New pages has been added; NewRecordDialog has been added; ViewNavigator was created; A type providers has been added; new interfaces has been added; New validator, which checks if interface is implemented has been added; The application can read data and add new record by API now.
44 lines
1.8 KiB
C#
44 lines
1.8 KiB
C#
#pragma checksum "C:\Users\Marcel\Documents\GitHub\HospitalServerManagerApp\HospitalServerManager\View\NewRecordDialog.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E6B7AD18E439ED29B1A698C5AA5CD744"
|
|
//------------------------------------------------------------------------------
|
|
// <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 NewRecordDialog : global::Windows.UI.Xaml.Controls.ContentDialog
|
|
{
|
|
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Windows.UI.Xaml.Build.Tasks"," 10.0.17.0")]
|
|
private global::Windows.UI.Xaml.Controls.Grid grid;
|
|
[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/NewRecordDialog.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);
|
|
|
|
}
|
|
}
|
|
|
|
|