예제 #1
0
 public void incProgressBarValue()
 {
     if (taskControl != null)
     {
         taskControl.incProgressBarValue();
     }
 }