C# Class DvachBrowser.ViewModels.LoadingBaseViewModel

Inheritance: ViewModel
Afficher le fichier Open project: vortexwolf/2ch-Browser-WP7

Méthodes publiques

Méthode Description
HideLoading ( ) : void
ShowError ( string message ) : void
ShowLoading ( ) : void

Méthodes protégées

Méthode Description
UpdateProgress ( double value ) : void

Method Details

HideLoading() public méthode

public HideLoading ( ) : void
Résultat void

ShowError() public méthode

public ShowError ( string message ) : void
message string
Résultat void

ShowLoading() public méthode

public ShowLoading ( ) : void
Résultat void

UpdateProgress() protected méthode

protected UpdateProgress ( double value ) : void
value double
Résultat void