프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

issue #0000 코드 정리

Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939

차이점 보기:

DataBase/WpfDataBaseTest/Properties/Resources.Designer.cs
8 8
// </auto-generated>
9 9
//------------------------------------------------------------------------------
10 10

  
11
namespace WpfDataBaseTest.Properties
12
{
13

  
14

  
11
namespace WpfDataBaseTest.Properties {
12
    using System;
13
    
14
    
15 15
    /// <summary>
16 16
    ///   지역화된 문자열 등을 찾기 위한 강력한 형식의 리소스 클래스입니다.
17 17
    /// </summary>
18 18
    // 이 클래스는 ResGen 또는 Visual Studio와 같은 도구를 통해 StronglyTypedResourceBuilder
19 19
    // 클래스에서 자동으로 생성되었습니다.
20
    // 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여
21
    // ResGen을 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
22
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
20
    // 멤버를 추가하거나 제거하려면 .ResX 파일을 편집한 다음 /str 옵션을 사용하여 ResGen을
21
    // 다시 실행하거나 VS 프로젝트를 다시 빌드하십시오.
22
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
23 23
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
24 24
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
25
    internal class Resources
26
    {
27

  
25
    internal class Resources {
26
        
28 27
        private static global::System.Resources.ResourceManager resourceMan;
29

  
28
        
30 29
        private static global::System.Globalization.CultureInfo resourceCulture;
31

  
30
        
32 31
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
33
        internal Resources()
34
        {
32
        internal Resources() {
35 33
        }
36

  
34
        
37 35
        /// <summary>
38 36
        ///   이 클래스에서 사용하는 캐시된 ResourceManager 인스턴스를 반환합니다.
39 37
        /// </summary>
40 38
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
41
        internal static global::System.Resources.ResourceManager ResourceManager
42
        {
43
            get
44
            {
45
                if ((resourceMan == null))
46
                {
39
        internal static global::System.Resources.ResourceManager ResourceManager {
40
            get {
41
                if (object.ReferenceEquals(resourceMan, null)) {
47 42
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WpfDataBaseTest.Properties.Resources", typeof(Resources).Assembly);
48 43
                    resourceMan = temp;
49 44
                }
50 45
                return resourceMan;
51 46
            }
52 47
        }
53

  
48
        
54 49
        /// <summary>
55 50
        ///   이 강력한 형식의 리소스 클래스를 사용하여 모든 리소스 조회에 대해 현재 스레드의 CurrentUICulture 속성을
56 51
        ///   재정의합니다.
57 52
        /// </summary>
58 53
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
59
        internal static global::System.Globalization.CultureInfo Culture
60
        {
61
            get
62
            {
54
        internal static global::System.Globalization.CultureInfo Culture {
55
            get {
63 56
                return resourceCulture;
64 57
            }
65
            set
66
            {
58
            set {
67 59
                resourceCulture = value;
68 60
            }
69 61
        }

내보내기 Unified diff

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