Ejemplo n.º 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);
        }
Ejemplo n.º 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);
        }