C# Class Bricklayer.Client.Interface.ServerWindow

A small window containing the server list and editing controls
Inheritance: TomShane.Neoforce.Controls.Dialog
Afficher le fichier Open project: Cyral/Bricklayer Class Usage Examples

Méthodes publiques

Свойство Type Description
Pinger Bricklayer.Client.Networking.ServerPinger
ServerListCtrl ControlList
Servers List

Méthodes publiques

Méthode Description
AddServer ( ServerSaveData server ) : void
EditServer ( int index, ServerSaveData server ) : void
ServerWindow ( TomShane.Neoforce.Controls.Manager manager ) : System.Collections.Generic

Private Methods

Méthode Description
Disconnected ( string message, string title ) : void
RefreshServerList ( ) : void
validateUsername ( ) : void

Method Details

AddServer() public méthode

public AddServer ( ServerSaveData server ) : void
server ServerSaveData
Résultat void

EditServer() public méthode

public EditServer ( int index, ServerSaveData server ) : void
index int
server ServerSaveData
Résultat void

ServerWindow() public méthode

public ServerWindow ( TomShane.Neoforce.Controls.Manager manager ) : System.Collections.Generic
manager TomShane.Neoforce.Controls.Manager
Résultat System.Collections.Generic

Property Details

Pinger public_oe property

public ServerPinger,Bricklayer.Client.Networking Pinger
Résultat Bricklayer.Client.Networking.ServerPinger

ServerListCtrl public_oe property

public ControlList ServerListCtrl
Résultat ControlList

Servers public_oe property

public List Servers
Résultat List