markus / KCOM / obj / Debug / App.g.i.cs @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (3.43 KB)
1 |
#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3856333E2B09F7726227771303FCA30256DEF501" |
---|---|
2 |
//------------------------------------------------------------------------------ |
3 |
// <auto-generated> |
4 |
// This code was generated by a tool. |
5 |
// Runtime Version:4.0.30319.42000 |
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 KCOM; |
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 |
using Telerik.Windows.Controls; |
34 |
using Telerik.Windows.Controls.Animation; |
35 |
using Telerik.Windows.Controls.Behaviors; |
36 |
using Telerik.Windows.Controls.Carousel; |
37 |
using Telerik.Windows.Controls.Docking; |
38 |
using Telerik.Windows.Controls.DragDrop; |
39 |
using Telerik.Windows.Controls.GridView; |
40 |
using Telerik.Windows.Controls.LayoutControl; |
41 |
using Telerik.Windows.Controls.Legend; |
42 |
using Telerik.Windows.Controls.Primitives; |
43 |
using Telerik.Windows.Controls.RadialMenu; |
44 |
using Telerik.Windows.Controls.RibbonView; |
45 |
using Telerik.Windows.Controls.TransitionEffects; |
46 |
using Telerik.Windows.Controls.TreeListView; |
47 |
using Telerik.Windows.Controls.TreeView; |
48 |
using Telerik.Windows.Controls.Wizard; |
49 |
using Telerik.Windows.Data; |
50 |
using Telerik.Windows.DragDrop; |
51 |
using Telerik.Windows.DragDrop.Behaviors; |
52 |
using Telerik.Windows.Input.Touch; |
53 |
using Telerik.Windows.Shapes; |
54 |
|
55 |
|
56 |
namespace KCOM { |
57 |
|
58 |
|
59 |
/// <summary> |
60 |
/// App |
61 |
/// </summary> |
62 |
public partial class App : System.Windows.Application { |
63 |
|
64 |
private bool _contentLoaded; |
65 |
|
66 |
/// <summary> |
67 |
/// InitializeComponent |
68 |
/// </summary> |
69 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
70 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
71 |
public void InitializeComponent() { |
72 |
if (_contentLoaded) { |
73 |
return; |
74 |
} |
75 |
_contentLoaded = true; |
76 |
|
77 |
#line 6 "..\..\App.xaml" |
78 |
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); |
79 |
|
80 |
#line default |
81 |
#line hidden |
82 |
System.Uri resourceLocater = new System.Uri("/KCOM;component/app.xaml", System.UriKind.Relative); |
83 |
|
84 |
#line 1 "..\..\App.xaml" |
85 |
System.Windows.Application.LoadComponent(this, resourceLocater); |
86 |
|
87 |
#line default |
88 |
#line hidden |
89 |
} |
90 |
|
91 |
/// <summary> |
92 |
/// Application Entry Point. |
93 |
/// </summary> |
94 |
[System.STAThreadAttribute()] |
95 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
96 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
97 |
public static void Main() { |
98 |
KCOM.App app = new KCOM.App(); |
99 |
app.InitializeComponent(); |
100 |
app.Run(); |
101 |
} |
102 |
} |
103 |
} |
104 |
|