C# Class IBE.EDDN.EDDNView

Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

Свойство Type Description
tbEDDNOutput System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
EDDNView ( EDDNCommunicator communicator ) : System
m_Communicator_DataChangedEvent ( object sender, EDDNCommunicator e ) : void

fired, if any data of the communicator has changed

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

EDDNView() public méthode

public EDDNView ( EDDNCommunicator communicator ) : System
communicator EDDNCommunicator
Résultat System

m_Communicator_DataChangedEvent() public méthode

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

Property Details

tbEDDNOutput public_oe property

public System.Windows.Forms.TextBox tbEDDNOutput
Résultat System.Windows.Forms.TextBox