MonitoringCashierPage.g.i.cs 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. // Updated by XamlIntelliSenseFileGenerator 2/26/2021 12:14:03 PM
  2. #pragma checksum "..\..\MonitoringCashierPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B74E792B586795818E04248C5B2D5C83FFD7DE11AA21E710AC7C6F18AE552716"
  3. //------------------------------------------------------------------------------
  4. // <auto-generated>
  5. // This code was generated by a tool.
  6. // Runtime Version:4.0.30319.42000
  7. //
  8. // Changes to this file may cause incorrect behavior and will be lost if
  9. // the code is regenerated.
  10. // </auto-generated>
  11. //------------------------------------------------------------------------------
  12. using StoreServer;
  13. using System;
  14. using System.Diagnostics;
  15. using System.Windows;
  16. using System.Windows.Automation;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace StoreServer
  34. {
  35. /// <summary>
  36. /// MonitoringCashierPage
  37. /// </summary>
  38. public partial class MonitoringCashierPage : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector
  39. {
  40. private bool _contentLoaded;
  41. /// <summary>
  42. /// InitializeComponent
  43. /// </summary>
  44. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  45. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  46. public void InitializeComponent()
  47. {
  48. if (_contentLoaded)
  49. {
  50. return;
  51. }
  52. _contentLoaded = true;
  53. System.Uri resourceLocater = new System.Uri("/StoreServer;component/monitoringcashierpage.xaml", System.UriKind.Relative);
  54. #line 1 "..\..\MonitoringCashierPage.xaml"
  55. System.Windows.Application.LoadComponent(this, resourceLocater);
  56. #line default
  57. #line hidden
  58. }
  59. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  60. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  61. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  64. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  65. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
  66. {
  67. this._contentLoaded = true;
  68. }
  69. internal System.Windows.Controls.DataGrid ListCashier;
  70. }
  71. }