C# Class Automatak.Simulator.DNP3.MasterForm

Inheritance: System.Windows.Forms.Form
Show file Open project: automatak/dnp3-simulator Class Usage Examples

Public Methods

Method Description
MasterForm ( IMaster master, IMeasurementCache cache, String alias ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DoCommandAction ( Func func ) : void
GUIMasterForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
GUIMasterForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

buttonDOAO_Click ( object sender, EventArgs e ) : void
buttonDirectOperate_Click ( object sender, EventArgs e ) : void
buttonSBOAO_Click ( object sender, EventArgs e ) : void
buttonSelectOperate_Click ( object sender, EventArgs e ) : void
buttonSendFunction_Click ( object sender, EventArgs e ) : void
comboBoxTypes_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

MasterForm() public method

public MasterForm ( IMaster master, IMeasurementCache cache, String alias ) : System
master IMaster
cache IMeasurementCache
alias String
return System