C# 클래스 SamplesCommon.NetPeerSettingsWindow

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
NetPeerSettingsWindow ( string title, NetPeer peer ) : System
timer_Tick ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosed ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

NetPeerSettingsWindow() 공개 메소드

public NetPeerSettingsWindow ( string title, NetPeer peer ) : System
title string
peer NetPeer
리턴 System

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e EventArgs
리턴 void

timer_Tick() 공개 메소드

public timer_Tick ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

DebugCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox DebugCheckBox
리턴 System.Windows.Forms.CheckBox

DupesTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox DupesTextBox
리턴 System.Windows.Forms.TextBox

LossTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox LossTextBox
리턴 System.Windows.Forms.TextBox

MaxLatencyTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox MaxLatencyTextBox
리턴 System.Windows.Forms.TextBox

MinLatencyTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox MinLatencyTextBox
리턴 System.Windows.Forms.TextBox

Peer 공개적으로 프로퍼티

public NetPeer Peer
리턴 NetPeer

StatisticsLabel 공개적으로 프로퍼티

public System.Windows.Forms.Label StatisticsLabel
리턴 System.Windows.Forms.Label

VerboseCheckBox 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox VerboseCheckBox
리턴 System.Windows.Forms.CheckBox

timer 공개적으로 프로퍼티

public Timer timer
리턴 Timer