한글 Encoding, 병합시 파일시간 기준

This commit is contained in:
2025-03-18 15:00:37 +09:00
parent fda27adace
commit f3d11daf94
4 changed files with 19 additions and 9 deletions

View File

@@ -53,6 +53,9 @@ namespace DDUtilityApp
bool isAdmin = false;
string adminPWD = ConfigurationManager.AppSettings["ADMIN"];
if (adminPWD != null && adminPWD == "daeduck!1") isAdmin = true;
#if DEBUG
isAdmin = true;
#endif
int btnWidth = 200;
int btnHeight = 32;