C# Class DvachBrowser.ViewModels.LoadingBaseViewModel

Inheritance: ViewModel
Mostrar archivo Open project: vortexwolf/2ch-Browser-WP7

Public Methods

Method Description
HideLoading ( ) : void
ShowError ( string message ) : void
ShowLoading ( ) : void

Protected Methods

Method Description
UpdateProgress ( double value ) : void

Method Details

HideLoading() public method

public HideLoading ( ) : void
return void

ShowError() public method

public ShowError ( string message ) : void
message string
return void

ShowLoading() public method

public ShowLoading ( ) : void
return void

UpdateProgress() protected method

protected UpdateProgress ( double value ) : void
value double
return void