Aggiornati metodi async
This commit is contained in:
@@ -37,12 +37,12 @@ namespace Test.UI.Components.Pages
|
||||
|
||||
protected Dictionary<string, string> m_CurrArgs = new Dictionary<string, string>();
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
protected override Task OnInitializedAsync()
|
||||
{
|
||||
ConfInit();
|
||||
DLService.PipeSvg.EA_NewMessage += PipeSvg_EA_NewMessage;
|
||||
//await ReloadData();
|
||||
await Task.Delay(1);
|
||||
return Task.Delay(1);
|
||||
}
|
||||
|
||||
private void ConfInit()
|
||||
|
||||
Reference in New Issue
Block a user