1 | #pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "3D0441B987E1B8FE49D9BF6D67603BE9" |
---|
2 | //------------------------------------------------------------------------------ |
---|
3 | // <auto-generated> |
---|
4 | // This code was generated by a tool. |
---|
5 | // Runtime Version:4.0.30319.18444 |
---|
6 | // |
---|
7 | // Changes to this file may cause incorrect behavior and will be lost if |
---|
8 | // the code is regenerated. |
---|
9 | // </auto-generated> |
---|
10 | //------------------------------------------------------------------------------ |
---|
11 | |
---|
12 | using System; |
---|
13 | using System.Diagnostics; |
---|
14 | using System.Windows; |
---|
15 | using System.Windows.Automation; |
---|
16 | using System.Windows.Controls; |
---|
17 | using System.Windows.Controls.Primitives; |
---|
18 | using System.Windows.Data; |
---|
19 | using System.Windows.Documents; |
---|
20 | using System.Windows.Ink; |
---|
21 | using System.Windows.Input; |
---|
22 | using System.Windows.Markup; |
---|
23 | using System.Windows.Media; |
---|
24 | using System.Windows.Media.Animation; |
---|
25 | using System.Windows.Media.Effects; |
---|
26 | using System.Windows.Media.Imaging; |
---|
27 | using System.Windows.Media.Media3D; |
---|
28 | using System.Windows.Media.TextFormatting; |
---|
29 | using System.Windows.Navigation; |
---|
30 | using System.Windows.Shapes; |
---|
31 | using System.Windows.Shell; |
---|
32 | |
---|
33 | |
---|
34 | namespace FileWatcher { |
---|
35 | |
---|
36 | |
---|
37 | /// <summary> |
---|
38 | /// App |
---|
39 | /// </summary> |
---|
40 | public partial class App : System.Windows.Application { |
---|
41 | |
---|
42 | /// <summary> |
---|
43 | /// InitializeComponent |
---|
44 | /// </summary> |
---|
45 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
---|
46 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
---|
47 | public void InitializeComponent() { |
---|
48 | |
---|
49 | #line 4 "..\..\..\App.xaml" |
---|
50 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); |
---|
51 | |
---|
52 | #line default |
---|
53 | #line hidden |
---|
54 | } |
---|
55 | |
---|
56 | /// <summary> |
---|
57 | /// Application Entry Point. |
---|
58 | /// </summary> |
---|
59 | [System.STAThreadAttribute()] |
---|
60 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] |
---|
61 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
---|
62 | public static void Main() { |
---|
63 | FileWatcher.App app = new FileWatcher.App(); |
---|
64 | app.InitializeComponent(); |
---|
65 | app.Run(); |
---|
66 | } |
---|
67 | } |
---|
68 | } |
---|
69 | |
---|