프로젝트

일반

사용자정보

개정판 6707a5c7

ID6707a5c7d16ccd6271385271c0ffd927f7d7ade0
상위 4ca11b36
하위 44c5e27e

이지연이(가) 약 6년 전에 추가함

issue #680 temp file save add

차이점 보기:

KCOM/Properties/Settings.Designer.cs
102 102
                this["HubAddress"] = value;
103 103
            }
104 104
        }
105

  
105
        
106 106
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
107 107
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
108 108
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x64.xml")]
109
        public string UpdateVer64
110
        {
111
            get
112
            {
109
        public string UpdateVer64 {
110
            get {
113 111
                return ((string)(this["UpdateVer64"]));
114 112
            }
115 113
        }
116

  
114
        
117 115
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
118 116
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
119 117
        [global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Version/version_x86.xml")]
120
        public string UpdateVer86
121
        {
122
            get
123
            {
118
        public string UpdateVer86 {
119
            get {
124 120
                return ((string)(this["UpdateVer86"]));
125 121
            }
126 122
        }
123
        
124
        [global::System.Configuration.UserScopedSettingAttribute()]
125
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
126
        [global::System.Configuration.DefaultSettingValueAttribute("2")]
127
        public int InitInterval {
128
            get {
129
                return ((int)(this["InitInterval"]));
130
            }
131
            set {
132
                this["InitInterval"] = value;
133
            }
134
        }
127 135
    }
128 136
}

내보내기 Unified diff

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