Пример #1
0
        /// <summary>
        /// Informs the grid, that the selection has changed to this button and the UI needs to be updated.
        /// </summary>
        public void StartSelectedLesson(LessonControllerNode node)
        {
            LessonsNode lessonsNode = GetNode <LessonsNode>(LessonsNodePath);

            lessonsNode.StartSelectedLesson(node.LessonEntity);
        }
Пример #2
0
        /// <summary>
        /// Informs the grid, that the selection has changed to this button and the UI needs to be updated.
        /// </summary>
        public void SelectionChangedTo(LessonControllerNode node)
        {
            LessonsNode lessonsNode = GetNode <LessonsNode>(LessonsNodePath);

            lessonsNode.SelectionChangedTo(node.LessonEntity);
        }