C# Class SamplesCommon.NetPeerSettingsWindow

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
DebugCheckBox System.Windows.Forms.CheckBox
DupesTextBox System.Windows.Forms.TextBox
LossTextBox System.Windows.Forms.TextBox
MaxLatencyTextBox System.Windows.Forms.TextBox
MinLatencyTextBox System.Windows.Forms.TextBox
Peer NetPeer
StatisticsLabel System.Windows.Forms.Label
VerboseCheckBox System.Windows.Forms.CheckBox
timer Timer

Méthodes publiques

Méthode Description
NetPeerSettingsWindow ( string title, NetPeer peer ) : System
timer_Tick ( object sender, EventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

RefreshData ( ) : void
Save ( ) : void
UpdateLabelsAndBoxes ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void

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

NetPeerSettingsWindow() public méthode

public NetPeerSettingsWindow ( string title, NetPeer peer ) : System
title string
peer NetPeer
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e EventArgs
Résultat void

timer_Tick() public méthode

public timer_Tick ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

DebugCheckBox public_oe property

public System.Windows.Forms.CheckBox DebugCheckBox
Résultat System.Windows.Forms.CheckBox

DupesTextBox public_oe property

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

LossTextBox public_oe property

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

MaxLatencyTextBox public_oe property

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

MinLatencyTextBox public_oe property

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

Peer public_oe property

public NetPeer Peer
Résultat NetPeer

StatisticsLabel public_oe property

public System.Windows.Forms.Label StatisticsLabel
Résultat System.Windows.Forms.Label

VerboseCheckBox public_oe property

public System.Windows.Forms.CheckBox VerboseCheckBox
Résultat System.Windows.Forms.CheckBox

timer public_oe property

public Timer timer
Résultat Timer