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