C# Class DevProLauncher.Program

Afficher le fichier Open project: sidschingis/DevProLauncher

Méthodes publiques

Свойство Type Description
ChatServer DevProLauncher.Network.ChatClient
CheckmateServerList ServerInfo>.Dictionary
Config DevProLauncher.Config.Configuration
LanguageManager DevProLauncher.Config.LanguageManager
LoginKey int
MainForm DevProLauncher.Windows.MainFrm
Rand System.Random
Server DevProLauncher.Network.Data.ServerInfo
ServerList ServerInfo>.Dictionary
ServerList3P ServerInfo>.Dictionary
UserInfo DevProLauncher.Network.Data.UserData

Méthodes publiques

Méthode Description
ChangeUsername ( string username ) : void
CheckServerInfo ( string url ) : bool
CheckUpdates ( string url ) : int
LoadConfig ( string filename ) : void
NewUpdateCheck ( ) : bool
SaveConfig ( string filename, DevProLauncher.Config.Configuration config ) : void

Private Methods

Méthode Description
Main ( ) : void
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

ChangeUsername() public static méthode

public static ChangeUsername ( string username ) : void
username string
Résultat void

CheckServerInfo() public static méthode

public static CheckServerInfo ( string url ) : bool
url string
Résultat bool

CheckUpdates() public static méthode

public static CheckUpdates ( string url ) : int
url string
Résultat int

LoadConfig() public static méthode

public static LoadConfig ( string filename ) : void
filename string
Résultat void

NewUpdateCheck() public static méthode

public static NewUpdateCheck ( ) : bool
Résultat bool

SaveConfig() public static méthode

public static SaveConfig ( string filename, DevProLauncher.Config.Configuration config ) : void
filename string
config DevProLauncher.Config.Configuration
Résultat void

Property Details

ChatServer public_oe static_oe property

public static ChatClient,DevProLauncher.Network ChatServer
Résultat DevProLauncher.Network.ChatClient

CheckmateServerList public_oe static_oe property

public static Dictionary CheckmateServerList
Résultat ServerInfo>.Dictionary

Config public_oe static_oe property

public static Configuration,DevProLauncher.Config Config
Résultat DevProLauncher.Config.Configuration

LanguageManager public_oe static_oe property

public static LanguageManager,DevProLauncher.Config LanguageManager
Résultat DevProLauncher.Config.LanguageManager

LoginKey public_oe static_oe property

public static int LoginKey
Résultat int

MainForm public_oe static_oe property

public static MainFrm,DevProLauncher.Windows MainForm
Résultat DevProLauncher.Windows.MainFrm

Rand public_oe static_oe property

public static Random,System Rand
Résultat System.Random

Server public_oe static_oe property

public static ServerInfo,DevProLauncher.Network.Data Server
Résultat DevProLauncher.Network.Data.ServerInfo

ServerList public_oe static_oe property

public static Dictionary ServerList
Résultat ServerInfo>.Dictionary

ServerList3P public_oe static_oe property

public static Dictionary ServerList3P
Résultat ServerInfo>.Dictionary

UserInfo public_oe static_oe property

public static UserData,DevProLauncher.Network.Data UserInfo
Résultat DevProLauncher.Network.Data.UserData