C# Класс snippingtool.MainForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MainForm() публичный Метод

public MainForm ( ) : System
Результат System

uploadComplete() публичный Метод

Gets called from another thread when the upload has completed
public uploadComplete ( snippingtool results ) : void
results snippingtool
Результат void

uploadCompleteThreadSafe() публичный Метод

public uploadCompleteThreadSafe ( snippingtool results ) : void
results snippingtool
Результат void

uploadProgressUpdate() публичный Метод

Gets called from another thread when the upload has a progress update
public uploadProgressUpdate ( snippingtool data ) : void
data snippingtool
Результат void

uploadProgressUpdateThreadSafe() публичный Метод

public uploadProgressUpdateThreadSafe ( snippingtool data ) : void
data snippingtool
Результат void