C# Class DvachBrowser.ViewModels.CaptchaViewModel

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

Public Methods

Method Description
CaptchaViewModel ( ) : System
RefreshImage ( ) : void
ShowError ( string message ) : void

Private Methods

Method 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 method

public CaptchaViewModel ( ) : System
return System

RefreshImage() public method

public RefreshImage ( ) : void
return void

ShowError() public method

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