|
@@ -1,4 +1,4 @@
|
|
|
-#pragma checksum "..\..\AddEditPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "37251F3340D7ADAA43F563F3830F52598F568789029AD5FDD908DC7842749623"
|
|
|
+#pragma checksum "..\..\AddEditPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6FCEA8114C816C5532091185B39458F0CA07D60856CB47103C51C8DC5A8BF6E2"
|
|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
// Этот код создан программой.
|
|
@@ -40,6 +40,22 @@ namespace bobrovTounApp {
|
|
|
/// </summary>
|
|
|
public partial class AddEditPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
|
|
|
|
|
|
+
|
|
|
+ #line 27 "..\..\AddEditPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.ComboBox ComboCountries;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
+
|
|
|
+ #line 29 "..\..\AddEditPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.Button BtnSave;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
private bool _contentLoaded;
|
|
|
|
|
|
/// <summary>
|
|
@@ -68,6 +84,21 @@ namespace bobrovTounApp {
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
|
|
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
|
|
+ switch (connectionId)
|
|
|
+ {
|
|
|
+ case 1:
|
|
|
+ this.ComboCountries = ((System.Windows.Controls.ComboBox)(target));
|
|
|
+ return;
|
|
|
+ case 2:
|
|
|
+ this.BtnSave = ((System.Windows.Controls.Button)(target));
|
|
|
+
|
|
|
+ #line 29 "..\..\AddEditPage.xaml"
|
|
|
+ this.BtnSave.Click += new System.Windows.RoutedEventHandler(this.BtnSave_Clik);
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+ return;
|
|
|
+ }
|
|
|
this._contentLoaded = true;
|
|
|
}
|
|
|
}
|