|
@@ -1,4 +1,5 @@
|
|
|
-#pragma checksum "..\..\..\Windows\OrderWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F98B79AAE04AFA8AFC41F861143CBFC9D62127301063336080F51AF21788EA7E"
|
|
|
+// Updated by XamlIntelliSenseFileGenerator 09.04.2022 17:01:11
|
|
|
+#pragma checksum "..\..\..\Windows\OrderWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F98B79AAE04AFA8AFC41F861143CBFC9D62127301063336080F51AF21788EA7E"
|
|
|
//------------------------------------------------------------------------------
|
|
|
// <auto-generated>
|
|
|
// Этот код создан программой.
|
|
@@ -32,44 +33,51 @@ using System.Windows.Shapes;
|
|
|
using System.Windows.Shell;
|
|
|
|
|
|
|
|
|
-namespace Kafe.Windows {
|
|
|
-
|
|
|
-
|
|
|
+namespace Kafe.Windows
|
|
|
+{
|
|
|
+
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// OrderWindow
|
|
|
/// </summary>
|
|
|
- public partial class OrderWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
|
|
|
-
|
|
|
+ public partial class OrderWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector
|
|
|
+ {
|
|
|
+
|
|
|
private bool _contentLoaded;
|
|
|
-
|
|
|
+
|
|
|
/// <summary>
|
|
|
/// InitializeComponent
|
|
|
/// </summary>
|
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
|
|
- public void InitializeComponent() {
|
|
|
- if (_contentLoaded) {
|
|
|
+ public void InitializeComponent()
|
|
|
+ {
|
|
|
+ if (_contentLoaded)
|
|
|
+ {
|
|
|
return;
|
|
|
}
|
|
|
_contentLoaded = true;
|
|
|
System.Uri resourceLocater = new System.Uri("/Kafe;component/windows/orderwindow.xaml", System.UriKind.Relative);
|
|
|
-
|
|
|
- #line 1 "..\..\..\Windows\OrderWindow.xaml"
|
|
|
+
|
|
|
+#line 1 "..\..\..\Windows\OrderWindow.xaml"
|
|
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
|
|
-
|
|
|
- #line default
|
|
|
- #line hidden
|
|
|
+
|
|
|
+#line default
|
|
|
+#line hidden
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
[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.Maintainability", "CA1502:AvoidExcessiveComplexity")]
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
|
|
|
- void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
|
|
|
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
|
|
|
+ {
|
|
|
this._contentLoaded = true;
|
|
|
}
|
|
|
+
|
|
|
+ internal System.Windows.Controls.ListView OrderList;
|
|
|
}
|
|
|
}
|
|
|
|