|
@@ -1,4 +1,4 @@
|
|
|
-#pragma checksum "..\..\..\Pages\OrderNew.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9228B94045A53D6D0DA008BA7C739DCE1AA9DC12E4521C75F9E4DCA9EF74A931"
|
|
|
+#pragma checksum "..\..\..\Pages\OrderNew.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "377D98C5E84B78305410BA6AFCB6B27FA26D2A1516779CEC5CB1DBEAF5C49ACD"
|
|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
// Этот код создан программой.
|
|
@@ -38,7 +38,15 @@ namespace Sessioa.Pages {
|
|
|
/// <summary>
|
|
|
/// OrderNew
|
|
|
/// </summary>
|
|
|
- public partial class OrderNew : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
|
|
|
+ public partial class OrderNew : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector, System.Windows.Markup.IStyleConnector {
|
|
|
+
|
|
|
+
|
|
|
+ #line 18 "..\..\..\Pages\OrderNew.xaml"
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
|
|
|
+ internal System.Windows.Controls.ListBox LB_OrderProduct;
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
|
|
|
private bool _contentLoaded;
|
|
|
|
|
@@ -68,8 +76,34 @@ namespace Sessioa.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.LB_OrderProduct = ((System.Windows.Controls.ListBox)(target));
|
|
|
+ return;
|
|
|
+ }
|
|
|
this._contentLoaded = true;
|
|
|
}
|
|
|
+
|
|
|
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
|
|
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
|
|
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
|
|
+ void System.Windows.Markup.IStyleConnector.Connect(int connectionId, object target) {
|
|
|
+ switch (connectionId)
|
|
|
+ {
|
|
|
+ case 2:
|
|
|
+
|
|
|
+ #line 29 "..\..\..\Pages\OrderNew.xaml"
|
|
|
+ ((System.Windows.Controls.TextBlock)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserOrder_Loaded);
|
|
|
+
|
|
|
+ #line default
|
|
|
+ #line hidden
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|