C# Class LoginServer.Manage_Servers

Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство Type Description
button1 System.Windows.Forms.Button
button2 System.Windows.Forms.Button
dbName System.Windows.Forms.TextBox
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
label5 System.Windows.Forms.Label
label6 System.Windows.Forms.Label
panel1 System.Windows.Forms.Panel
panel2 System.Windows.Forms.Panel
protCode System.Windows.Forms.TextBox
rmvServer System.Windows.Forms.Button
serverIP System.Windows.Forms.TextBox
serverName System.Windows.Forms.TextBox
serverPort System.Windows.Forms.TextBox
srvList System.Windows.Forms.ListBox

Méthodes publiques

Méthode Description
Getserverbyname ( string name ) : Systems.SRX_Serverinfo
Manage_Servers ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Manage_Servers_MouseDown_1 ( object sender, MouseEventArgs e ) : void
ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, uint Msg, int wParam, int lParam ) : IntPtr
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
panel1_MouseClick ( object sender, MouseEventArgs e ) : void
panel2_MouseClick ( object sender, MouseEventArgs 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

Getserverbyname() public static méthode

public static Getserverbyname ( string name ) : Systems.SRX_Serverinfo
name string
Résultat Systems.SRX_Serverinfo

Manage_Servers() public méthode

public Manage_Servers ( ) : System
Résultat System

Property Details

button1 public_oe property

public System.Windows.Forms.Button button1
Résultat System.Windows.Forms.Button

button2 public_oe property

public System.Windows.Forms.Button button2
Résultat System.Windows.Forms.Button

dbName public_oe property

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

label1 public_oe property

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

label2 public_oe property

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

label3 public_oe property

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

label4 public_oe property

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

label5 public_oe property

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

label6 public_oe property

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

panel1 public_oe property

public System.Windows.Forms.Panel panel1
Résultat System.Windows.Forms.Panel

panel2 public_oe property

public System.Windows.Forms.Panel panel2
Résultat System.Windows.Forms.Panel

protCode public_oe property

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

rmvServer public_oe property

public System.Windows.Forms.Button rmvServer
Résultat System.Windows.Forms.Button

serverIP public_oe property

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

serverName public_oe property

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

serverPort public_oe property

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

srvList public_oe property

public System.Windows.Forms.ListBox srvList
Résultat System.Windows.Forms.ListBox