Пример #1
0
 public WaitDialog(string format, string caption)
 {
     try
     {
         _theDialog = new VSWaitDialog(format, caption);
     }
     catch (FileNotFoundException)
     {
         _theDialog = null;
     }
 }
Пример #2
0
 public WaitDialog(string format, string caption)
 {
     try
     {
         _theDialog = new VSWaitDialog(format, caption);
     }
     catch (FileNotFoundException)
     {
         _theDialog = null;
     }
 }