Ejemplo n.º 1
0
 public void EndWaitDialog()
 {
     if (_theDialog != null)
     {
         _theDialog.EndWaitDialog();
     }
 }