protected FileListDetails GetFileDetails(int nDownloadID)
        {
            FileListTable table = new FileListTable();

            return table.GetFileDetails(nDownloadID);
        }
Exemplo n.º 2
0
        protected FileListDetails GetFileDetails(int nDownloadID)
        {
            FileListTable table = new FileListTable();

            return(table.GetFileDetails(nDownloadID));
        }