C# Class SmilingGoat.WindowsLiveWriter.Flickr.AuthForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: timheuer/flickr4writer Class Usage Examples

Public Methods

Method Description
AuthForm ( FlickrNet flickrProxy ) : System

Private Methods

Method Description
AuthForm ( ) : System
authBackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
authBackgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

AuthForm() public method

public AuthForm ( FlickrNet flickrProxy ) : System
flickrProxy FlickrNet
return System