Click here to Skip to main content
15,894,180 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I saw the ApplicationIdleTimer class in the below project. I can't resolve its import which is using Utilities.WinForms; What should I add as reference? Please advice.

Detecting Application Idleness[^]
Posted
Comments
CHill60 5-Apr-14 12:20pm    
Utilities.WinForms is the namespace for that class ... what do you mean by you can't resolve its import ? Include the class in your project and wherever you want to use it will have to have using Utilities.WinForms;

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900