단가($) 작업
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user