Exemplo n.º 1
0
 private async Task OnCancelAsync()
 {
     await HardwareVaultService.UnchangedProfileAsync(AccessProfile);
 }
Exemplo n.º 2
0
        protected override async Task ModalDialogCancel()
        {
            await HardwareVaultService.UnchangedProfileAsync(AccessProfile);

            await base.ModalDialogCancel();
        }