예제 #1
0
 /// <summary>
 /// Dismiss the currently displayed dialog box (if any).
 /// </summary>
 public void CloseDialogBox()
 {
     _dialogBoxContent = null;
 }