ACAT.Extensions.Default.FunctionalAgents.LectureManager.LectureManagerAgent.getLectureManagerPanel C# (CSharp) 메소드

getLectureManagerPanel() 개인적인 메소드

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
리턴 bool
        private bool getLectureManagerPanel(PanelRequestEventArgs arg)
        {
            arg.PanelClass = "LectureManagerContextMenuSimple";
            arg.Title = "Lecture Mgr";
            return true;
        }