Property | Type | Description | |
---|---|---|---|
ChatServer | DevProLauncher.Network.ChatClient | ||
CheckmateServerList | ServerInfo>.Dictionary | ||
Config | DevProLauncher.Config.Configuration | ||
LanguageManager | DevProLauncher.Config.LanguageManager | ||
LoginKey | int | ||
MainForm | DevProLauncher.Windows.MainFrm | ||
Rand | |||
Server | DevProLauncher.Network.Data.ServerInfo | ||
ServerList | ServerInfo>.Dictionary | ||
ServerList3P | ServerInfo>.Dictionary | ||
UserInfo |
Method | 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 |
Method | Description | |
---|---|---|
Main ( ) : void | ||
OnUnhandledException ( object sender, |
public static ChangeUsername ( string username ) : void | ||
username | string | |
return | void |
public static CheckServerInfo ( string url ) : bool | ||
url | string | |
return | bool |
public static CheckUpdates ( string url ) : int | ||
url | string | |
return | int |
public static LoadConfig ( string filename ) : void | ||
filename | string | |
return | void |
public static SaveConfig ( string filename, DevProLauncher.Config.Configuration config ) : void | ||
filename | string | |
config | DevProLauncher.Config.Configuration | |
return | void |
public static ChatClient,DevProLauncher.Network ChatServer | ||
return | DevProLauncher.Network.ChatClient |
public static Dictionary |
||
return | ServerInfo>.Dictionary |
public static Configuration,DevProLauncher.Config Config | ||
return | DevProLauncher.Config.Configuration |
public static LanguageManager,DevProLauncher.Config LanguageManager | ||
return | DevProLauncher.Config.LanguageManager |
public static MainFrm,DevProLauncher.Windows MainForm | ||
return | DevProLauncher.Windows.MainFrm |
public static ServerInfo,DevProLauncher.Network.Data Server | ||
return | DevProLauncher.Network.Data.ServerInfo |
public static Dictionary |
||
return | ServerInfo>.Dictionary |
public static Dictionary |
||
return | ServerInfo>.Dictionary |