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