.NET Tricks, Tips, and Snippets
private int startTime = System.Environment.TickCount; private const int TenSeconds = 10000; Math.Abs(System.Environment.TickCount-startTime) > TenSeconds
Post a Comment
No comments:
Post a Comment