Esempio n. 1
0
 public HostWaitDialog(string format, string caption)
 {
     try
     {
         _theDialog = new VSImpl.VSWaitDialog(format, caption);
     }
     catch (FileNotFoundException)
     {
         _theDialog = null;
     }
 }
Esempio n. 2
0
 public HostWaitDialog(string format, string caption)
 {
     try
     {
         _theDialog = new VSImpl.VSWaitDialog(format, caption);
     }
     catch (FileNotFoundException)
     {
         _theDialog = null;
     }
 }