프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / TEST_WPF / obj / Release / App.g.i.cs @ 0c997b99

이력 | 보기 | 이력해설 | 다운로드 (2.63 KB)

1
#pragma checksum "..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F4297B821376C379F9D4FE01FB3B9F290F64B38A"
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 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
using TEST_WPF;
33

    
34

    
35
namespace TEST_WPF {
36
    
37
    
38
    /// <summary>
39
    /// App
40
    /// </summary>
41
    public partial class App : System.Windows.Application {
42
        
43
        private bool _contentLoaded;
44
        
45
        /// <summary>
46
        /// InitializeComponent
47
        /// </summary>
48
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
49
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
50
        public void InitializeComponent() {
51
            if (_contentLoaded) {
52
                return;
53
            }
54
            _contentLoaded = true;
55
            
56
            #line 5 "..\..\App.xaml"
57
            this.StartupUri = new System.Uri("Window1.xaml", System.UriKind.Relative);
58
            
59
            #line default
60
            #line hidden
61
            System.Uri resourceLocater = new System.Uri("/TEST_WPF;component/app.xaml", System.UriKind.Relative);
62
            
63
            #line 1 "..\..\App.xaml"
64
            System.Windows.Application.LoadComponent(this, resourceLocater);
65
            
66
            #line default
67
            #line hidden
68
        }
69
        
70
        /// <summary>
71
        /// Application Entry Point.
72
        /// </summary>
73
        [System.STAThreadAttribute()]
74
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
75
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
76
        public static void Main() {
77
            TEST_WPF.App app = new TEST_WPF.App();
78
            app.InitializeComponent();
79
            app.Run();
80
        }
81
    }
82
}
83

    
클립보드 이미지 추가 (최대 크기: 500 MB)