Пример #1
0
        private void OnAccountCreated(IAccount account)
        {
            App.UseAccount(account, restartTerminal: true);

            DialogViewer?.HideCreateWalletDialog(false);
            DialogViewer?.HideStartDialog();
        }
Пример #2
0
        //private ICommand _restoreByFileCommand;
        //public ICommand RestoreByFileCommand => _restoreByFileCommand ?? (_restoreByFileCommand = new Command(() =>
        //{
        //}));

        private void OnCanceled()
        {
            DialogViewer?.HideCreateWalletDialog(false);
        }