示例#1
0
 public frmMain()
 {
     InitializeComponent();
     updateProgress    = new tsControlProgress(ActualizarProgressBar);
     updateProgresslbl = new lblControlProgress(ActualizarLabel);
     InicializarPieProceso();
 }
 public frmExtractor()
 {
     InitializeComponent();
     updateControl  = new tsControl(UpdateControlCall);
     updateProgress = new tsControlProgress(ActualizarProgressBar);
 }