예제 #1
0
        private void WaitProgressForm_Load(object sender, EventArgs e)
        {
            sw = new System.Diagnostics.Stopwatch();
            sw.Start();

            this.Invoke(new Action(() => Progress_tmr.Enabled  = true));
            Status_txt.Invoke(new Action(() => Status_txt.Text = displayStatus));
        }
예제 #2
0
 private void WaitProgressForm_Load(object sender, EventArgs e)
 {
     Status_txt.Invoke(new Action(() => Status_txt.Text = displayStatus));
 }