C# Class Doo.MainForm

Inheritance: System.Windows.Forms.Form, IDirector
Exibir arquivo Open project: avogab/dooHTM

Public Methods

Method Description
Log ( string log ) : void
MainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Loop ( ) : void
LoopFinished ( ) : void
MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
Step ( ) : bool
UpdateCycleTextBox ( ) : void
dataDesktopButton_Click ( object sender, EventArgs e ) : void
imageDesktopButton_Click ( object sender, EventArgs e ) : void
initializeButton_Click ( object sender, EventArgs e ) : void
logListView_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
mnistDesktopButton_Click ( object sender, EventArgs e ) : void
startButton_Click ( object sender, EventArgs e ) : void
stepButton_Click ( object sender, EventArgs e ) : void
stopButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Log() public method

public Log ( string log ) : void
log string
return void

MainForm() public method

public MainForm ( ) : System
return System