개정판 9d4b0d4b
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