This commit is contained in:
gaoyuan
2022-03-11 22:25:31 +08:00
parent 6d2e0624ab
commit 51ac42b9fc
14 changed files with 134 additions and 19 deletions

View File

@ -55,7 +55,7 @@ namespace Billing.Views
InitializeComponent();
}
public override void OnLoaded()
protected override void OnLoaded()
{
billingDate.SetDateTime(DateTime.Today);
}