You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
2.5 KiB
78 lines
2.5 KiB
1 year ago
|
#pragma checksum "..\..\MainApp.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1EEB81F6BD65E2CAADFBF0E10F9F862934886A343662C053DCBC980747D316C3"
|
||
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated>
|
||
|
// This code was generated by a tool.
|
||
|
// Runtime Version:4.0.30319.42000
|
||
|
//
|
||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||
|
// the code is regenerated.
|
||
|
// </auto-generated>
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
using System;
|
||
|
using System.Diagnostics;
|
||
|
using System.Windows;
|
||
|
using System.Windows.Automation;
|
||
|
using System.Windows.Controls;
|
||
|
using System.Windows.Controls.Primitives;
|
||
|
using System.Windows.Data;
|
||
|
using System.Windows.Documents;
|
||
|
using System.Windows.Forms.Integration;
|
||
|
using System.Windows.Ink;
|
||
|
using System.Windows.Input;
|
||
|
using System.Windows.Markup;
|
||
|
using System.Windows.Media;
|
||
|
using System.Windows.Media.Animation;
|
||
|
using System.Windows.Media.Effects;
|
||
|
using System.Windows.Media.Imaging;
|
||
|
using System.Windows.Media.Media3D;
|
||
|
using System.Windows.Media.TextFormatting;
|
||
|
using System.Windows.Navigation;
|
||
|
using System.Windows.Shapes;
|
||
|
using System.Windows.Shell;
|
||
|
|
||
|
|
||
|
namespace SSWMS.Client {
|
||
|
|
||
|
|
||
|
/// <summary>
|
||
|
/// MainApp
|
||
|
/// </summary>
|
||
|
public partial class MainApp : System.Windows.Application {
|
||
|
|
||
|
private bool _contentLoaded;
|
||
|
|
||
|
/// <summary>
|
||
|
/// InitializeComponent
|
||
|
/// </summary>
|
||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||
|
public void InitializeComponent() {
|
||
|
if (_contentLoaded) {
|
||
|
return;
|
||
|
}
|
||
|
_contentLoaded = true;
|
||
|
System.Uri resourceLocater = new System.Uri("/SSWMS.Client;component/mainapp.xaml", System.UriKind.Relative);
|
||
|
|
||
|
#line 1 "..\..\MainApp.xaml"
|
||
|
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||
|
|
||
|
#line default
|
||
|
#line hidden
|
||
|
}
|
||
|
|
||
|
/// <summary>
|
||
|
/// Application Entry Point.
|
||
|
/// </summary>
|
||
|
[System.STAThreadAttribute()]
|
||
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
|
||
|
public static void Main() {
|
||
|
SSWMS.Client.MainApp app = new SSWMS.Client.MainApp();
|
||
|
app.InitializeComponent();
|
||
|
app.Run();
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|