1
This commit is contained in:
@@ -83,6 +83,8 @@ namespace BITKit
|
||||
TickRate = 1;
|
||||
}
|
||||
|
||||
_timer.Interval = 1000d / TickRate;
|
||||
|
||||
_timer.Elapsed += OnElapsed;
|
||||
|
||||
if (_isDisposed is false)
|
||||
|
Reference in New Issue
Block a user