00001 #pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "9F6DD15C87A960DCCFA0957E28ED8A83"
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 using System;
00013 using System.Diagnostics;
00014 using System.Windows;
00015 using System.Windows.Automation;
00016 using System.Windows.Controls;
00017 using System.Windows.Controls.Primitives;
00018 using System.Windows.Data;
00019 using System.Windows.Documents;
00020 using System.Windows.Ink;
00021 using System.Windows.Input;
00022 using System.Windows.Markup;
00023 using System.Windows.Media;
00024 using System.Windows.Media.Animation;
00025 using System.Windows.Media.Effects;
00026 using System.Windows.Media.Imaging;
00027 using System.Windows.Media.Media3D;
00028 using System.Windows.Media.TextFormatting;
00029 using System.Windows.Navigation;
00030 using System.Windows.Shapes;
00031 using System.Windows.Shell;
00032
00033
00034 namespace EdgeClustering {
00035
00036
00037
00038
00039
00040 [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
00041 public partial class App : System.Windows.Application {
00042
00043
00044
00045
00046 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00047 public void InitializeComponent() {
00048
00049 #line 4 "..\..\..\App.xaml"
00050 this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
00051
00052 #line default
00053 #line hidden
00054 }
00055
00056
00057
00058
00059 [System.STAThreadAttribute()]
00060 [System.Diagnostics.DebuggerNonUserCodeAttribute()]
00061 public static void Main() {
00062 EdgeClustering.App app = new EdgeClustering.App();
00063 app.InitializeComponent();
00064 app.Run();
00065 }
00066 }
00067 }
00068