コード例 #1
0
 private async Task OnCancelAsync()
 {
     await HardwareVaultService.UnchangedProfileAsync(AccessProfile);
 }
コード例 #2
0
ファイル: EditProfile.razor.cs プロジェクト: minkione/HES
        protected override async Task ModalDialogCancel()
        {
            await HardwareVaultService.UnchangedProfileAsync(AccessProfile);

            await base.ModalDialogCancel();
        }