C# Class DevProLauncher.Program

Show file Open project: sidschingis/DevProLauncher

Public Properties

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 System.Random
Server DevProLauncher.Network.Data.ServerInfo
ServerList ServerInfo>.Dictionary
ServerList3P ServerInfo>.Dictionary
UserInfo DevProLauncher.Network.Data.UserData

Public Methods

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

Private Methods

Method Description
Main ( ) : void
OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

ChangeUsername() public static method

public static ChangeUsername ( string username ) : void
username string
return void

CheckServerInfo() public static method

public static CheckServerInfo ( string url ) : bool
url string
return bool

CheckUpdates() public static method

public static CheckUpdates ( string url ) : int
url string
return int

LoadConfig() public static method

public static LoadConfig ( string filename ) : void
filename string
return void

NewUpdateCheck() public static method

public static NewUpdateCheck ( ) : bool
return bool

SaveConfig() public static method

public static SaveConfig ( string filename, DevProLauncher.Config.Configuration config ) : void
filename string
config DevProLauncher.Config.Configuration
return void

Property Details

ChatServer public static property

public static ChatClient,DevProLauncher.Network ChatServer
return DevProLauncher.Network.ChatClient

CheckmateServerList public static property

public static Dictionary CheckmateServerList
return ServerInfo>.Dictionary

Config public static property

public static Configuration,DevProLauncher.Config Config
return DevProLauncher.Config.Configuration

LanguageManager public static property

public static LanguageManager,DevProLauncher.Config LanguageManager
return DevProLauncher.Config.LanguageManager

LoginKey public static property

public static int LoginKey
return int

MainForm public static property

public static MainFrm,DevProLauncher.Windows MainForm
return DevProLauncher.Windows.MainFrm

Rand public static property

public static Random,System Rand
return System.Random

Server public static property

public static ServerInfo,DevProLauncher.Network.Data Server
return DevProLauncher.Network.Data.ServerInfo

ServerList public static property

public static Dictionary ServerList
return ServerInfo>.Dictionary

ServerList3P public static property

public static Dictionary ServerList3P
return ServerInfo>.Dictionary

UserInfo public static property

public static UserData,DevProLauncher.Network.Data UserInfo
return DevProLauncher.Network.Data.UserData