프로젝트

일반

사용자정보

개정판 cfad7207

IDcfad7207d2bdd38b663c1932a46883a699919e69
상위 6d5cee36
하위 934b20a0

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

Fix: dock.xml 경로 수정

Change-Id: Ie8b09dde9ae7532df3faadcee93dcf724132b3d0

차이점 보기:

ID2.Manager/ID2.Manager/Main.cs
42 42
            }
43 43
        }
44 44

  
45
        private string dockLayoutPath = Application.StartupPath + "\\dock.xml";
45
        private string dockLayoutPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), Application.ProductName, 
46
            "dock.xml");
46 47

  
47 48
        readonly Informations informations = Informations.Instance;
48 49
        bool IsID2Manager = false;
49

  
50 50
        List<Documents> documents = new List<Documents>();
51 51
        List<System.Drawing.Image> importImages = new List<System.Drawing.Image>();
52 52

  

내보내기 Unified diff

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