Ejemplo n.º 1
0
 protected bool ShowConfirmationMsgWithSound(NotifyEventArgs args, BHTController bhtController)
 {
     bhtController.SoundConfirm();
     return(ShowConfirmationMsg(args));
 }
Ejemplo n.º 2
0
 protected bool ShowConfirmationMsgWithSound(string caption, string body, BHTController bhtController)
 {
     bhtController.SoundConfirm();
     return(ShowConfirmationMsg(caption, body));
 }