개정판 cfad7207
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