fix issue
This commit is contained in:
@ -229,6 +229,11 @@ namespace Billing.Views
|
||||
}
|
||||
}
|
||||
|
||||
protected override void OnRefresh()
|
||||
{
|
||||
OnDateChanged(this);
|
||||
}
|
||||
|
||||
private void OnDateTypeCommand(DateType index)
|
||||
{
|
||||
if (index < DateType.Monthly || index > DateType.Total)
|
||||
|
Reference in New Issue
Block a user