protected bool ShowConfirmationMsgWithSound(NotifyEventArgs args, BHTController bhtController) { bhtController.SoundConfirm(); return(ShowConfirmationMsg(args)); }
protected bool ShowConfirmationMsgWithSound(string caption, string body, BHTController bhtController) { bhtController.SoundConfirm(); return(ShowConfirmationMsg(caption, body)); }