Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
DvachBrowser
ViewModels
LoadingBaseViewModel
C# Class DvachBrowser.ViewModels.LoadingBaseViewModel
Inheritance:
ViewModel
Mostra file
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