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