C# Class snippingtool.MainForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: blaisejarrett/imgur-snippingtool

Public Methods

Method Description
MainForm ( ) : System
uploadComplete ( snippingtool results ) : void

Gets called from another thread when the upload has completed

uploadCompleteThreadSafe ( snippingtool results ) : void
uploadProgressUpdate ( snippingtool data ) : void

Gets called from another thread when the upload has a progress update

uploadProgressUpdateThreadSafe ( snippingtool data ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
Copy_click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OpenBrowser_click ( object sender, EventArgs e ) : void
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MainForm() public method

public MainForm ( ) : System
return System

uploadComplete() public method

Gets called from another thread when the upload has completed
public uploadComplete ( snippingtool results ) : void
results snippingtool
return void

uploadCompleteThreadSafe() public method

public uploadCompleteThreadSafe ( snippingtool results ) : void
results snippingtool
return void

uploadProgressUpdate() public method

Gets called from another thread when the upload has a progress update
public uploadProgressUpdate ( snippingtool data ) : void
data snippingtool
return void

uploadProgressUpdateThreadSafe() public method

public uploadProgressUpdateThreadSafe ( snippingtool data ) : void
data snippingtool
return void