示例#1
0
        // **************** Class members *************************************************** //

        // TODO: Have to figure out how to get the selected item and it's index into here
        private void OnCommentDoubleClicked([CanBeNull] object obj)
        {
            OnSelectedComment(obj as ICommentBase ??
                              CommentContainer.FirstOrDefault());
        }