RoomEditorApp.JtTimer.IDisposable C# (CSharp) Method

IDisposable() private method

Automatic disposal when the the using statement block finishes: the timer is stopped and the time is registered.
private IDisposable ( ) : void
return void
        void IDisposable.Dispose()
        {
            Stop();
        }