C# Class DvachBrowser.ViewModels.CaptchaViewModel

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

Méthodes publiques

Méthode Description
CaptchaViewModel ( ) : System
RefreshImage ( ) : void
ShowError ( string message ) : void

Private Methods

Méthode Description
DisplayImage ( System.Windows.Media.Imaging.BitmapSource bitmap ) : void
LoadCaptcha ( string key ) : void
OnCheckStringLoaded ( string str ) : void
OnImageDownloaded ( System.Windows.Media.Imaging.BitmapSource bitmap ) : void

Method Details

CaptchaViewModel() public méthode

public CaptchaViewModel ( ) : System
Résultat System

RefreshImage() public méthode

public RefreshImage ( ) : void
Résultat void

ShowError() public méthode

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