コード例 #1
0
ファイル: ProgressDlg.cs プロジェクト: subratb/GEDKeeper
 public void ProgressStep()
 {
     if (fProgressForm != null)
     {
         fProgressForm.ProgressStep(fVal++);
     }
 }
コード例 #2
0
ファイル: ProgressDlg.cs プロジェクト: hazzik/GEDKeeper
 public void ProgressStep()
 {
     if (fProgressForm != null)
     {
         fProgressForm.ProgressStep(fVal++);
         //System.Threading.Thread.Sleep(0); // debug
     }
 }