예제 #1
0
 private void NormalMsgBoxShow()
 {
     var result = MsgBoxWindowService.Show("메시지 박스 호출에 이용되는 메서드 입니다.", "캡션", System.Windows.MessageBoxButton.OKCancel, System.Windows.MessageBoxImage.Asterisk);
 }