C# 클래스 Last.fm_Scrubbler_WPF.ViewModels.ScrobblePreviewViewModel

ViewModel for the ScrobblePreviewView.
상속: Caliburn.Micro.PropertyChangedBase
파일 보기 프로젝트 열기: coczero/Last.fm-Scrubbler-WPF 1 사용 예제들

공개 메소드들

메소드 설명
OK ( ScrobblePreviewView view ) : void

Closes the view.

ScrobblePreviewViewModel ( IEnumerable scrobbles ) : Caliburn.Micro

Constructor.

메소드 상세

OK() 공개 메소드

Closes the view.
public OK ( ScrobblePreviewView view ) : void
view Last.fm_Scrubbler_WPF.Views.ScrobblePreviewView View to close.
리턴 void

ScrobblePreviewViewModel() 공개 메소드

Constructor.
public ScrobblePreviewViewModel ( IEnumerable scrobbles ) : Caliburn.Micro
scrobbles IEnumerable List with scrobbles to preview.
리턴 Caliburn.Micro