mirror of
https://github.com/SirLecram/HospitalServerManager
synced 2025-01-09 13:37:33 +01:00
0806b25c79
- EditRecordDialog has been added and edited; Others pages (View) has been added and completed; - All ViewModel and Models was completed; - WebService, ApiComandProvider has full funcionality, - New interface has been created; - Application is working now :) it's time to refractoring and testing
78 lines
3.4 KiB
C#
78 lines
3.4 KiB
C#
#pragma checksum "C:\Users\Marcel\Documents\GitHub\HospitalServerManagerApp\HospitalServerManager\View\EditRecordDialog.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "BC4868F661B10C70A944C16530717928"
|
|
//------------------------------------------------------------------------------
|
|
// <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 EditRecordDialog :
|
|
global::Windows.UI.Xaml.Controls.ContentDialog,
|
|
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 1: // View\EditRecordDialog.xaml line 1
|
|
{
|
|
global::Windows.UI.Xaml.Controls.ContentDialog element1 = (global::Windows.UI.Xaml.Controls.ContentDialog)(target);
|
|
((global::Windows.UI.Xaml.Controls.ContentDialog)element1).PrimaryButtonClick += this.ContentDialog_PrimaryButtonClick;
|
|
}
|
|
break;
|
|
case 2: // View\EditRecordDialog.xaml line 15
|
|
{
|
|
this.grid = (global::Windows.UI.Xaml.Controls.Grid)(target);
|
|
}
|
|
break;
|
|
case 3: // View\EditRecordDialog.xaml line 24
|
|
{
|
|
this.fieldToEdit = (global::Windows.UI.Xaml.Controls.ComboBox)(target);
|
|
((global::Windows.UI.Xaml.Controls.ComboBox)this.fieldToEdit).SelectionChanged += this.FieldToEdit_SelectionChanged;
|
|
}
|
|
break;
|
|
case 4: // View\EditRecordDialog.xaml line 27
|
|
{
|
|
this.additionalTypeInfo = (global::Windows.UI.Xaml.Controls.TextBlock)(target);
|
|
}
|
|
break;
|
|
case 5: // View\EditRecordDialog.xaml line 29
|
|
{
|
|
this.additionalFormatInfo = (global::Windows.UI.Xaml.Controls.TextBlock)(target);
|
|
}
|
|
break;
|
|
case 6: // View\EditRecordDialog.xaml line 31
|
|
{
|
|
this.additionalFilterInfo = (global::Windows.UI.Xaml.Controls.TextBlock)(target);
|
|
}
|
|
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;
|
|
}
|
|
}
|
|
}
|
|
|