개정판 073f6118
issue #000: tempfile path combine 수정, Save 시 User List Rebind 추가, 초기 User List Update time 수정. Stamp 메뉴 Visible false 조건문 삭제.
Change-Id: I6831eb2435e3a376e83caf50f5dd97f0c1b07ce8
KCOM/Common/TempFile.cs | ||
---|---|---|
45 | 45 |
{ |
46 | 46 |
get |
47 | 47 |
{ |
48 |
return Path.Combine(Path.GetTempPath(), "MARKUS\\" + App.ViewInfo.DocumentItemID + ".tmp");
|
|
48 |
return Path.Combine(Path.GetTempPath(), "MARKUS",App.ViewInfo.DocumentItemID + ".tmp");
|
|
49 | 49 |
} |
50 | 50 |
} |
51 | 51 |
|
내보내기 Unified diff