markus / Demo / obj / Debug / App.g.i.cs @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (2.25 KB)
1 |
#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "B53B1B99D1E7B9B67F319D8904A2ECD84ED30FC2" |
---|---|
2 |
//------------------------------------------------------------------------------ |
3 |
// <auto-generated> |
4 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
5 |
// 런타임 버전:4.0.30319.42000 |
6 |
// |
7 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
8 |
// 이러한 변경 내용이 손실됩니다. |
9 |
// </auto-generated> |
10 |
//------------------------------------------------------------------------------ |
11 |
|
12 |
using Demo; |
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 |
|
34 |
|
35 |
namespace Demo { |
36 |
|
37 |
|
38 |
/// <summary> |
39 |
/// App |
40 |
/// </summary> |
41 |
public partial class App : System.Windows.Application { |
42 |
|
43 |
/// <summary> |
44 |
/// InitializeComponent |
45 |
/// </summary> |
46 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
47 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
48 |
public void InitializeComponent() { |
49 |
|
50 |
#line 5 "..\..\App.xaml" |
51 |
this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); |
52 |
|
53 |
#line default |
54 |
#line hidden |
55 |
} |
56 |
|
57 |
/// <summary> |
58 |
/// Application Entry Point. |
59 |
/// </summary> |
60 |
[System.STAThreadAttribute()] |
61 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
62 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
63 |
public static void Main() { |
64 |
Demo.App app = new Demo.App(); |
65 |
app.InitializeComponent(); |
66 |
app.Run(); |
67 |
} |
68 |
} |
69 |
} |
70 |
|