C# Class Buckets.MainForm

Mostrar archivo Open project: DisruptionTheory/Buckets

Public Methods

Method Description
MainForm ( ) : System
ProgressBarIncrement ( ) : void
ProgressBarReset ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

MainForm_Load ( object sender, EventArgs e ) : void
MainForm_MouseWheel ( Object sender, MouseEventArgs e ) : void
btnProcess_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
completeProcessing ( IAsyncResult result ) : void
drawImage ( IAsyncResult result ) : void
radBtnThreadingMulti_CheckedChanged ( object sender, EventArgs e ) : void
radBtnThreadingSingle_CheckedChanged ( 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

ProgressBarIncrement() public static method

public static ProgressBarIncrement ( ) : void
return void

ProgressBarReset() public static method

public static ProgressBarReset ( ) : void
return void