예제 #1
0
 internal void StepStart()
 {
     try
     {
         this.Step += 1;
         SetCheckboxPropEventHandler oDelegate = new SetCheckboxPropEventHandler(this.SetCheckboxPropDelegate);
         oDelegate.Invoke(true, false);
     }
     catch (Exception ex) { throw ex; }
 }
예제 #2
0
 internal void StepFinish()
 {
     try
     {
         SetCheckboxPropEventHandler oDelegate = new SetCheckboxPropEventHandler(this.SetCheckboxPropDelegate);
         oDelegate.Invoke(false, true);
         this.Form.oProgressBar.Value = 0;
     }
     catch (Exception ex) { throw ex; }
 }