Exemplo n.º 1
0
        protected override async Task ExecuteAsync(object parameter)
        {
            var result = await _dialogConductor.ShowDialog <QuestionViewModel, bool>();

            Alert.OfSuccess("Acceptance Result", result.ToString());
        }
Exemplo n.º 2
0
        protected override Task ExecuteAsync(object parameter)
        {
            _dialogConductor.ShowDialog <ConfirmationViewModel>();

            return(Task.FromResult(0));
        }