00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #pragma checksum "..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B356E964B4338C61BDF75FC6A155F4EC"
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 using System;
00024 using System.Diagnostics;
00025 using System.Windows;
00026 using System.Windows.Automation;
00027 using System.Windows.Controls;
00028 using System.Windows.Controls.Primitives;
00029 using System.Windows.Data;
00030 using System.Windows.Documents;
00031 using System.Windows.Ink;
00032 using System.Windows.Input;
00033 using System.Windows.Markup;
00034 using System.Windows.Media;
00035 using System.Windows.Media.Animation;
00036 using System.Windows.Media.Effects;
00037 using System.Windows.Media.Imaging;
00038 using System.Windows.Media.Media3D;
00039 using System.Windows.Media.TextFormatting;
00040 using System.Windows.Navigation;
00041 using System.Windows.Shapes;
00042
00043
00044 namespace Mops_Browser {
00045
00046
00047
00048
00049
00050 public partial class App : System.Windows.Application {
00051
00052 private bool _contentLoaded;
00053
00054
00055
00056
00057 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00058 public void InitializeComponent() {
00059 if (_contentLoaded) {
00060 return;
00061 }
00062 _contentLoaded = true;
00063
00064 #line 5 "..\..\App.xaml"
00065 this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
00066
00067 #line default
00068 #line hidden
00069 System.Uri resourceLocater = new System.Uri("/Mcs.Epm.MpFx.Browser;component/app.xaml", System.UriKind.Relative);
00070
00071 #line 1 "..\..\App.xaml"
00072 System.Windows.Application.LoadComponent(this, resourceLocater);
00073
00074 #line default
00075 #line hidden
00076 }
00077
00078
00079
00080
00081 [System.STAThreadAttribute()]
00082 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00083 public static void Main() {
00084 Mops_Browser.App app = new Mops_Browser.App();
00085 app.InitializeComponent();
00086 app.Run();
00087 }
00088 }
00089 }