My system has a method that puts each triggered event into a thread , save, edit, search, everything goes to a thread .
backgroundWorker.DoWork += acaoProcessamento;
backgroundWorker.RunWorkerCompleted += (s, a) =>
{
this.oc...
asked by
29.09.2014 / 21:54