ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.removeWatchdogs C# (CSharp) Method

removeWatchdogs() private method

Remove watchdogs
private removeWatchdogs ( ) : void
return void
        private void removeWatchdogs()
        {
            if (_windowActiveWatchdog != null)
            {
                _windowActiveWatchdog.Dispose();
                _windowActiveWatchdog = null;
            }
        }