C# Class TheChan.Views.Controls.CaptchaDialog

显示文件 Open project: acedened/TheChan Class Usage Examples

Private Properties

Property Type Description
SetupView void

Public Methods

Method Description
CaptchaDialog ( ICaptcha captcha, CaptchaContent captchaContent ) : System
ShowAsync ( ) : IAsyncOperation

Private Methods

Method Description
SetupView ( ) : void

Method Details

CaptchaDialog() public method

public CaptchaDialog ( ICaptcha captcha, CaptchaContent captchaContent ) : System
captcha ICaptcha
captchaContent CaptchaContent
return System

ShowAsync() public method

public ShowAsync ( ) : IAsyncOperation
return IAsyncOperation