C# Class MCAEmotiv.GUI.Controls.ExperimentPanel

A panel for configuring the general experiment settings
Inheritance: System.Windows.Forms.Panel
Datei anzeigen Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
ExperimentPanel ( ) : System

Construct a control with default initial settings

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the control

Private Methods

Method Description
BuildView ( ) : void

Method Details

Dispose() protected method

Disposes the control
protected Dispose ( bool disposing ) : void
disposing bool
return void

ExperimentPanel() public method

Construct a control with default initial settings
public ExperimentPanel ( ) : System
return System