개정판 d327a608
dev issue #1223 : project info 정리 및 converter form 개발
Change-Id: I3e9d87f2f2218a1c1ace702e9f62b8d08beb2e2d
DTI_PID/APIDConverter/Log.cs | ||
---|---|---|
9 | 9 |
{ |
10 | 10 |
public static class Log |
11 | 11 |
{ |
12 |
private static readonly string Path = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory) + @"\SPPID Converter.log";
|
|
12 |
private static readonly string Path = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory) + @"\APID Converter.log";
|
|
13 | 13 |
|
14 | 14 |
public static void Write(string text) |
15 | 15 |
{ |
내보내기 Unified diff