개정판 ab7fe8c0
Fix: Sign, Image Control에서 AxisLock이 설정되어 있으면 혹은 Shift Key를 누르면 크기를 정비율로 수정되도록 수정
Change-Id: I2f4b32afd4792e40bc896de780751c4680c9deee
CommonLib/Common.cs | ||
---|---|---|
140 | 140 |
GetPrivateProfileString("ConnectionString", "STRING", "", strbuilder, 512, Path.Combine(AppStartFolder, "FinalService.ini")); |
141 | 141 |
return Decrypt(strbuilder.ToString(), "Doftech1073#"); |
142 | 142 |
} |
143 |
|
|
143 | 144 |
private static string Decrypt(string textToDecrypt, string key) |
144 | 145 |
{ |
145 | 146 |
RijndaelManaged rijndaelCipher = new RijndaelManaged(); |
내보내기 Unified diff