한글 Encoding, 병합시 파일시간 기준
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user