Ejemplo n.º 1
0
 internal void StepStart()
 {
     try
     {
         this.Step += 1;
         SetCheckboxPropEventHandler oDelegate = new SetCheckboxPropEventHandler(this.SetCheckboxPropDelegate);
         oDelegate.Invoke(true, false);
     }
     catch (Exception ex) { throw ex; }
 }
Ejemplo n.º 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; }
 }