示例#1
0
        private void OnShowConfirm()
        {
            var showMessageEventArgs = new ShowMessageEventArgs();

            NotificationConfirm.Notify(showMessageEventArgs);
            Debug.WriteLine(showMessageEventArgs.MessageBoxResult);
        }
示例#2
0
 public void BaseConfirm(NotificationConfirm method) => this.Confirmed = true;