프로젝트

일반

사용자정보

개정판 9d4b0d4b

ID9d4b0d4badec05216ea599c3208cf449651344b5
상위 36595d5a
하위 62a3c390

백흠경이(가) 5년 이상 전에 추가함

issue #1187: 설치 파일 for SNI - upload Settings.cs for FinalService

Change-Id: I0a77c61967dbdb4f7587e19e54e4ee465f641abe

차이점 보기:

FinalService/KCOM_FinalService/KCOM_FinalService/Settings.cs
1
namespace KCOM_FinalService.Properties {
2
    
3
    
4
    // 이 클래스를 사용하여 설정 클래스에 대한 특정 이벤트를 처리할 수 있습니다.
5
    //  SettingChanging 이벤트는 설정 값이 변경되기 전에 발생합니다.
6
    //  PropertyChanged 이벤트는 설정 값이 변경된 후에 발생합니다.
7
    //  SettingsLoaded 이벤트는 설정 값이 로드된 후에 발생합니다.
8
    //  SettingsSaving 이벤트는 설정 값이 저장되기 전에 발생합니다.
9
    internal sealed partial class Settings {
10
        
11
        public Settings() {
12
            // // 설정을 저장 및 변경하기 위한 이벤트 처리기를 추가하려면 아래 줄에서 주석 처리를 제거하세요.
13
            //
14
            // this.SettingChanging += this.SettingChangingEventHandler;
15
            //
16
            // this.SettingsSaving += this.SettingsSavingEventHandler;
17
            //
18
        }
19
        
20
        private void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e) {
21
            // SettingChangingEvent 이벤트를 처리하는 코드를 여기에 추가하세요.
22
        }
23
        
24
        private void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e) {
25
            // SettingsSaving 이벤트를 처리하는 코드를 여기에 추가하세요.
26
        }
27
    }
28
}

내보내기 Unified diff

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