private void button2_Click(object sender, EventArgs e) { if (PracownikWsteczny.IsBusy) { PracownikWsteczny.CancelAsync(); } }
private void button1_Click(object sender, EventArgs e) { if (!PracownikWsteczny.IsBusy) { //Bitmap bitmapa = (Bitmap) pictureBox1.Image; PracownikWsteczny.RunWorkerAsync(argument: trackBar1.Value); } }