|
@@ -1,4 +1,4 @@
|
|
|
-#pragma checksum "..\..\..\..\Pages\AuthPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0526F60F7E00F76D4D01941E3A8D3DC93E92EAC9"
|
|
|
+#pragma checksum "..\..\..\..\Pages\AuthPage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AB25D718071C65E803726DB012DCEF10DA21C4C4"
|
|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
// Этот код создан программой.
|
|
@@ -41,6 +41,14 @@ namespace OgurchenokKarpechin_lessons.Pages {
|
|
|
/// </summary>
|
|
|
public partial class AuthPage : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
|
|
|
|
|
+
|
|
|
+ #line 28 "..\..\..\..\Pages\AuthPage.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.Button ButtenReg;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+
|
|
|
private bool _contentLoaded;
|
|
|
|
|
|
/// <summary>
|
|
@@ -69,6 +77,18 @@ namespace OgurchenokKarpechin_lessons.Pages {
|
|
|
[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.ButtenReg = ((System.Windows.Controls.Button)(target));
|
|
|
+
|
|
|
+ #line 28 "..\..\..\..\Pages\AuthPage.xaml"
|
|
|
+ this.ButtenReg.Click += new System.Windows.RoutedEventHandler(this.ButtonRegistration_Click);
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+ return;
|
|
|
+ }
|
|
|
this._contentLoaded = true;
|
|
|
}
|
|
|
}
|