04-28-2012, 07:55 PM
One Problem i got :
"Fehler 1 "Timer" ist ein mehrdeutiger Verweis und kann "System.Windows.Forms.Timer" oder "System.Threading.Timer" sein."
Its in german but i try to translate :
"Timer is a ambiguous reference and can be "System.Windows.Forms.Timer" or "System.Threading.Timer".
I think where is something with the namespace?^^
so maybe is that solved only need to test :
System.Windows.Forms.Timer MyTimer = new System.Windows.Forms.Timer();

