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)); }
private void WaitProgressForm_Load(object sender, EventArgs e) { Status_txt.Invoke(new Action(() => Status_txt.Text = displayStatus)); }