Exemplo n.º 1
0
 public override Task Start(SMHandoff smh)
 {
     Dialoguer.ShowAndResetDialogue();
     return(base.Start(smh).ContinueWithSync(Dialoguer.HideDialogue));
 }