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