Pickaxe.Runtime.LazyDownloadPage.LazyDownloadPage C# (CSharp) Method

LazyDownloadPage() protected method

protected LazyDownloadPage ( ThreadedDownloadTable parent ) : System
parent ThreadedDownloadTable
return System
        protected LazyDownloadPage(ThreadedDownloadTable parent)
        {
            _parent = parent;
        }