C# Class AnimalCrossingQR.URLDialog

显示文件 Open project: jefff/animalcrossingqr Class Usage Examples

Public Methods

Method Description
URLDialog ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DownloadAsync ( string url ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

URLDialog_Load ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

URLDialog() public method

public URLDialog ( ) : System
return System