C# Class DevProLauncher.Program

Exibir arquivo 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_oe static_oe property

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

CheckmateServerList public_oe static_oe property

public static Dictionary CheckmateServerList
return ServerInfo>.Dictionary

Config public_oe static_oe property

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

LanguageManager public_oe static_oe property

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

LoginKey public_oe static_oe property

public static int LoginKey
return int

MainForm public_oe static_oe property

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

Rand public_oe static_oe property

public static Random,System Rand
return System.Random

Server public_oe static_oe property

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

ServerList public_oe static_oe property

public static Dictionary ServerList
return ServerInfo>.Dictionary

ServerList3P public_oe static_oe property

public static Dictionary ServerList3P
return ServerInfo>.Dictionary

UserInfo public_oe static_oe property

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