C# Class IBE.EDDN.EDDNView

ファイルを表示 Open project: Duke-Jones/ED-IBE Class Usage Examples

Public Properties

Property Type Description
tbEDDNOutput System.Windows.Forms.TextBox

Public Methods

Method Description
EDDNView ( EDDNCommunicator communicator ) : System
m_Communicator_DataChangedEvent ( object sender, EDDNCommunicator e ) : void

fired, if any data of the communicator has changed

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CheckBox_CheckedChanged ( object sender, EventArgs e ) : void

saves the changed settings

EDDNView_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.

LoadTrustedSenders ( ) : void
TextBox_KeyDown ( object sender, KeyEventArgs e ) : void
TextBox_Leave ( object sender, EventArgs e ) : void
cmdAddTrusted_Click ( object sender, EventArgs e ) : void
cmdRemoveTrusted_Click ( object sender, EventArgs e ) : void
cmdStartListening_Click ( object sender, EventArgs e ) : void
cmdStartSender_Click ( object sender, EventArgs e ) : void
cmdStopListening_Click ( object sender, EventArgs e ) : void
cmdStopSender_Click ( object sender, EventArgs e ) : void
tmrRefresh_Tick ( object sender, EventArgs e ) : void

refreshing the display, if necessary

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

EDDNView() public method

public EDDNView ( EDDNCommunicator communicator ) : System
communicator EDDNCommunicator
return System

m_Communicator_DataChangedEvent() public method

fired, if any data of the communicator has changed
public m_Communicator_DataChangedEvent ( object sender, EDDNCommunicator e ) : void
sender object
e EDDNCommunicator
return void

Property Details

tbEDDNOutput public_oe property

public System.Windows.Forms.TextBox tbEDDNOutput
return System.Windows.Forms.TextBox