示例#1
0
 /// <summary>
 /// Raises the DialogClosed event.
 /// </summary>
 protected virtual void OnDialogClosed(DialogResultEventArgs e)
 {
     if (this.DialogClosed != null)
     {
         this.DialogClosed(this, e);
     }
 }
示例#2
0
 /// <summary>
 /// Raises the DialogClosed event.
 /// </summary>
 protected virtual void OnDialogClosed(DialogResultEventArgs e)
 {
     if ( this.DialogClosed != null ) {
         this.DialogClosed(this,e);
     }
 }