Exemplo n.º 1
0
        private void OnShowConfirm()
        {
            var showMessageEventArgs = new ShowMessageEventArgs();

            NotificationConfirm.Notify(showMessageEventArgs);
            Debug.WriteLine(showMessageEventArgs.MessageBoxResult);
        }
Exemplo n.º 2
0
 public void BaseConfirm(NotificationConfirm method) => this.Confirmed = true;