개정판 96198d6b
issue #0000
프로그램 업데이트 후 기존 설정값을 유지
Change-Id: Ie5d002961fbc7b0c0ee1ebc392002138c85ce241
ID2.Manager/ID2.Manager/Program.cs | ||
---|---|---|
32 | 32 |
|
33 | 33 |
Application.EnableVisualStyles(); |
34 | 34 |
Application.SetCompatibleTextRenderingDefault(false); |
35 |
|
|
35 |
|
|
36 |
#region 프로그램 업데이트 후 기존 설정값을 유지하도록 함 |
|
37 |
if (Properties.Settings.Default.UserInfo.Equals(string.Empty) || Properties.Settings.Default.ID2SQLiteInfo.Equals(string.Empty)) |
|
38 |
{ |
|
39 |
Properties.Settings.Default.Upgrade(); |
|
40 |
Properties.Settings.Default.Reload(); |
|
41 |
} |
|
42 |
#endregion |
|
43 |
|
|
36 | 44 |
using (Login frm = new Login()) |
37 | 45 |
{ |
38 | 46 |
if (frm.ShowDialog() == DialogResult.OK) |
내보내기 Unified diff