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