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

enableWatchdogs() private method

enable watchdogs to keep the window active
private enableWatchdogs ( ) : void
return void
        private void enableWatchdogs()
        {
            if (_windowActiveWatchdog == null)
            {
                _windowActiveWatchdog = new WindowActiveWatchdog(this);
            }
        }