コード例 #1
0
        public Control GetContentForPane(string paneId)
        {
            if (paneId == "RatingsCommentsControl")
            {
                if (commentsControl == null)
                {
                    commentsControl        = new usrWorkoutCommentsList();
                    commentsControl.Voted += usrWorkoutCommentsList1_Voted;
                    showComments();
                }

                return(commentsControl);
            }
            return(null);
        }