단가($) 작업

This commit is contained in:
chi
2021-07-11 13:26:26 +09:00
parent 5316245ae5
commit 487d2ebe76
24 changed files with 988 additions and 626 deletions

View File

@@ -133,6 +133,7 @@ namespace Project
Update_Site();
bw.RunWorkerAsync(); //background worker
UpdateControls();
//사용기록추적
Pub.CheckNRegister3(Application.ProductName, "chi", Application.ProductVersion);
@@ -323,7 +324,8 @@ namespace Project
void UpdateControls()
{
//환율재적용 - 210711
FCOMMON.info.dollertowon = Pub.setting.wondoller;
}
#endregion