C# Class Last.fm_Scrubbler_WPF.ViewModels.ScrobblePreviewViewModel

ViewModel for the ScrobblePreviewView.
Inheritance: Caliburn.Micro.PropertyChangedBase
Afficher le fichier Open project: coczero/Last.fm-Scrubbler-WPF Class Usage Examples

Méthodes publiques

Méthode Description
OK ( ScrobblePreviewView view ) : void

Closes the view.

ScrobblePreviewViewModel ( IEnumerable scrobbles ) : Caliburn.Micro

Constructor.

Method Details

OK() public méthode

Closes the view.
public OK ( ScrobblePreviewView view ) : void
view Last.fm_Scrubbler_WPF.Views.ScrobblePreviewView View to close.
Résultat void

ScrobblePreviewViewModel() public méthode

Constructor.
public ScrobblePreviewViewModel ( IEnumerable scrobbles ) : Caliburn.Micro
scrobbles IEnumerable List with scrobbles to preview.
Résultat Caliburn.Micro