I am creating in my main form a BackgroundWorker object and I have two click events, one to activate and the other to disable backgroundWorker, but the method of disable is not working.
BackgroundWorker worker;
public FrmPrincipal()
{
Initi...
asked by
06.03.2017 / 22:29