Aggiornati metodi async
This commit is contained in:
@@ -32,14 +32,14 @@ namespace WebWindowComplex.Compo
|
||||
/// Metodo per richiesta prossimo step
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
private async Task RaiseNextStep(CompileStep cs, int indexStep)
|
||||
private Task RaiseNextStep(CompileStep cs, int indexStep)
|
||||
{
|
||||
var Args = new DataNextStep
|
||||
{
|
||||
currCompileStep = cs,
|
||||
index = indexStep,
|
||||
};
|
||||
await EC_NextStep.InvokeAsync(Args);
|
||||
return EC_NextStep.InvokeAsync(Args);
|
||||
}
|
||||
|
||||
//private async Task Remove(CompileStep cs, int indexStep)
|
||||
|
||||
Reference in New Issue
Block a user