ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerAgent.getLectureManagerPanel C# (CSharp) Method

getLectureManagerPanel() private method

Depending on the context, returns the appropriate scanner to activate
private getLectureManagerPanel ( ACAT.Lib.Core.PanelManagement.PanelRequestEventArgs arg ) : bool
arg ACAT.Lib.Core.PanelManagement.PanelRequestEventArgs contextual info
return bool
        private bool getLectureManagerPanel(PanelRequestEventArgs arg)
        {
            arg.PanelClass = "LectureManagerContextMenuSimple";
            arg.Title = "Lecture Mgr";
            return true;
        }