C# Class MCAEmotiv.GUI.Controls.EmotivStatusCheckerPanel

A panel which displays the connection status of the Emotiv headset
Inheritance: System.Windows.Forms.Panel
Mostrar archivo Open project: madelson/Emotiv-Experimenter Class Usage Examples

Public Methods

Method Description
EmotivStatusCheckerPanel ( ) : System

Constructs a panel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes the control

Method Details

Dispose() protected method

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

EmotivStatusCheckerPanel() public method

Constructs a panel
public EmotivStatusCheckerPanel ( ) : System
return System