ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerMainForm.enableWatchdogs C# (CSharp) Метод

enableWatchdogs() приватный Метод

enable watchdogs to keep the window active
private enableWatchdogs ( ) : void
Результат void
        private void enableWatchdogs()
        {
            if (_windowActiveWatchdog == null)
            {
                _windowActiveWatchdog = new WindowActiveWatchdog(this);
            }
        }