public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/PivotApp1;component/MainPage.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.EPubViewer = ((EPubReader.EPubViewer)(this.FindName("EPubViewer"))); this.Menu = ((System.Windows.Controls.StackPanel)(this.FindName("Menu"))); this.Reader = ((System.Windows.Controls.Button)(this.FindName("Reader"))); this.ShowTocBtn = ((System.Windows.Controls.Button)(this.FindName("ShowTocBtn"))); this.ShowCover = ((System.Windows.Controls.Button)(this.FindName("ShowCover"))); }
internal Parser(EPubViewer ePubViewer) { _ePubViewer = ePubViewer; }
internal Loader(EPubViewer ePubViewer) { _ePubViewer = ePubViewer; }
internal Renderer(EPubViewer ePubViewer) { _ePubViewer = ePubViewer; }