...
This commit is contained in:
@@ -216,6 +216,7 @@
|
||||
public async Task CallBack(int count)
|
||||
{
|
||||
countnot = count;
|
||||
if(count==0) await modal.HideAsync();
|
||||
}
|
||||
public async Task CreditDocuments()
|
||||
{
|
||||
@@ -231,7 +232,6 @@
|
||||
parameters.Add("OnMultipleOfThree", EventCallback.Factory.Create<int>(this, CallBack));
|
||||
await modal.ShowAsync<Front.CUSComponent.Notifications>(title: "اطلاعیه ها", parameters: parameters);
|
||||
|
||||
|
||||
}
|
||||
private async Task Logout()
|
||||
{
|
||||
|
Reference in New Issue
Block a user