프로젝트

일반

사용자정보

개정판 96198d6b

ID96198d6bc099583beb786ccd3f55f6d6a3c89fba
상위 e76cec4e
하위 6d5cee36

유성호이(가) 일년 이상 전에 추가함

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

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