예제 #1
0
파일: Form1.cs 프로젝트: ah906632/brute
        public Form1()
        {
            InitializeComponent();
            updateControl = new tsControl(UpdateControlCall);

            setupCPULoad();
        }
예제 #2
0
파일: Form1.cs 프로젝트: ah906632/brute
        public Form1()
        {
            InitializeComponent();
            updateControl = new tsControl(UpdateControlCall);

            setupCPULoad();
        }
예제 #3
0
 public frmExtractor()
 {
     InitializeComponent();
     updateControl  = new tsControl(UpdateControlCall);
     updateProgress = new tsControlProgress(ActualizarProgressBar);
 }