Esempio n. 1
0
        public void InitializeValue(Publication book, int curIndex)
        {
            BookInfo     = book;
            Index        = curIndex;
            isFTC        = BookInfo.IsFTC;
            UpdateStatus = 0;

            AddTitleFrame();
            AddLoanFrame();
            AddFTCImageView();

            AddTitleStatusFrame();
            AddInfoButtonFrame();

            AddSashView();

            NSNotificationCenter.DefaultCenter.AddObserver(LNRConstants.LNPublicationDidFinishedDownload,
                                                           HandleFinishDownload);

            DownloadController = new DownloadManager(this);
        }