G
Guest
I have the following line code which won't compile:
System.Threading.TimerCallBack tmrdlgt = new TimerCallback(this.CountTime);
yet I have included the System.Threading namespace with the line:
using System.Threading;
at the top of my class definition. Where am I going wrong?
System.Threading.TimerCallBack tmrdlgt = new TimerCallback(this.CountTime);
yet I have included the System.Threading namespace with the line:
using System.Threading;
at the top of my class definition. Where am I going wrong?