コード例 #1
0
        // ----------------------------------------------------------------------------------
        /// <summary>
        /// Gets the boards.
        /// </summary>
        /// <returns></returns>
        // ----------------------------------------------------------------------------------
        private DataTable GetBoards()
        {
            DataTable boards = LegacyDb.board_list(null);

            return(boards);
        }