개정판 77cdac33
벽산 수정 후 백업
Change-Id: I8e3eb48f615478a49efa0ab4014a8ef17d273d0a
License.DB/Database.cs | ||
---|---|---|
27 | 27 |
{ |
28 | 28 |
DataBaseFoloder = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "DataBase\\Active"); |
29 | 29 |
|
30 |
DataBaseFoloder = @"d:\temp\Active"; |
|
31 |
|
|
30 | 32 |
if (!System.IO.Directory.Exists(DataBaseFoloder)) |
31 | 33 |
{ |
32 | 34 |
System.IO.Directory.CreateDirectory(DataBaseFoloder); |
내보내기 Unified diff