C# Class EDMPhaseLock.MainForm

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
InitializeLifetimeService ( ) : Object
MainForm ( ) : System
StartApplication ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ClearGUI ( ) : void
CounterCallBack ( IAsyncResult result ) : void
DebugDriver ( ) : void
InitializeComponent ( ) : void

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

MainForm_Closing ( object sender, System e ) : void
PrepareDataStores ( ) : void
StartAcquisition ( ) : void
StartCounter ( ) : void
StartFakeCounter ( ) : void
StopAcquisition ( ) : void
StopApplication ( ) : void
StoreData ( Int32 data ) : void
UpdateGUI ( ) : void
UpdateLock ( ) : void
configureAnalogOutput ( ) : void
menuItem3_Click ( object sender, System e ) : void
menuItem4_Click ( object sender, System e ) : void
menuItem5_Click ( object sender, System e ) : void
menuItem6_Click ( object sender, System e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : Object
return Object

MainForm() public method

public MainForm ( ) : System
return System

StartApplication() public method

public StartApplication ( ) : void
return void