C# 클래스 Channel9Downloader.ViewModels.Dashboard.DashboardVM

상속: Channel9Downloader.ViewModels.Framework.AdornerViewModel, IDashboardVM
파일 보기 프로젝트 열기: MadCowDevelopment/Channel9Downloader

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes this view model.

비공개 메소드들

메소드 설명
DashboardVM ( IDependencyComposer composer, IRssRepository rssRepository, IDownloadManager downloadManager, IRibbonToggleButtonVM showSummaryToggleButtonVM ) : System.Collections.Generic
InitializeLatestVideosAsync ( TaskScheduler continuationTaskScheduler ) : void

Initializes the latest videos in the background.

OnAddDownload ( ) : void

Adds the selected video to the downloads.

메소드 상세

Initialize() 공개 메소드

Initializes this view model.
public Initialize ( ) : void
리턴 void