コード例 #1
0
ファイル: HostWaitDialog.cs プロジェクト: lsgxeva/MIEngine
 public HostWaitDialog(string format, string caption)
 {
     try
     {
         _theDialog = new VSImpl.VSWaitDialog(format, caption);
     }
     catch (FileNotFoundException)
     {
         _theDialog = null;
     }
 }
コード例 #2
0
ファイル: HostWaitDialog.cs プロジェクト: optikos/MIEngine
 public HostWaitDialog(string format, string caption)
 {
     try
     {
         _theDialog = new VSImpl.VSWaitDialog(format, caption);
     }
     catch (FileNotFoundException)
     {
         _theDialog = null;
     }
 }