Trasformazione async metodi SaveSendMessages
This commit is contained in:
@@ -55,7 +55,7 @@ namespace MP.SPEC.Components
|
||||
}
|
||||
// eseguo chiusura finale
|
||||
CurrAction.IsActive = false;
|
||||
MDService.ActionSetReq(CurrAction);
|
||||
MDService.ActionSetReqAsync(CurrAction);
|
||||
await Task.Delay(1);
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@ namespace MP.SPEC.Components
|
||||
}
|
||||
}
|
||||
|
||||
MDService.ActionSetReq(CurrAction);
|
||||
MDService.ActionSetReqAsync(CurrAction);
|
||||
await Task.Delay(1);
|
||||
// se fatto --> ricarico!
|
||||
if (fatto)
|
||||
|
||||
Reference in New Issue
Block a user