quindi nel mio caso devo crare un delegate
e poi come creo la corrispondente invoke?codice:public delegate void timerdel(); public timerdel myDelegate;
cosi non va bene...codice:myDelegate = new timerdel(this.timer); Thread t = new Thread(this.Invoke(this.myDelegate));