C# Class Doo.MainForm

Inheritance: System.Windows.Forms.Form, IDirector
Afficher le fichier Open project: avogab/dooHTM

Méthodes publiques

Méthode Description
Log ( string log ) : void
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Log() public méthode

public Log ( string log ) : void
log string
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System