단가($) 작업

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

@@ -33,7 +33,8 @@ namespace Project
#endregion
[DisplayName("원달러환율")]
public double wondoller { get; set; }
[Description("시작 화면")]
public eFormList startForm { get; set; }
@@ -90,6 +91,7 @@ namespace Project
public override void AfterLoad()
{
if (wondoller < 1) wondoller = 1200;
if (Language.isEmpty()) Language = "Kor";
if (Password_Setup.isEmpty()) Password_Setup = "0000";
if (Password_User.isEmpty()) Password_User = "9999";