C# Class snippingtool.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: blaisejarrett/imgur-snippingtool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

MainForm() public méthode

public MainForm ( ) : System
Résultat System

uploadComplete() public méthode

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

uploadCompleteThreadSafe() public méthode

public uploadCompleteThreadSafe ( snippingtool results ) : void
results snippingtool
Résultat void

uploadProgressUpdate() public méthode

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

uploadProgressUpdateThreadSafe() public méthode

public uploadProgressUpdateThreadSafe ( snippingtool data ) : void
data snippingtool
Résultat void