wasSharp

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 40  →  ?path2? @ 41
/Timers/Timer.cs
@@ -81,6 +81,10 @@
 
private void Start()
{
// Do not do anything if the object has been disposed.
if (Disposed)
return;
 
// Check if we have an installed callback and that there is at least a due time.
if (Callback == null || DueTime.Equals(TimeSpan.Zero))
return;