Gotta be getting close to a long weekend…. I’m trying to create a DispatchTimer. I found some sample code but can’t run it due to a missing namespace.
I have the namespace, System.Windows.Threading, but in which assembly can I find it? I tried System, System.Windows… nada.
Thanks!
It is in System.Windows.Threading, but you need to be sure you are referencing the WindowsBase.dll assembly as well.