C# Class RPGGame.AuthServer.ServerMain

Inheritance: System.ServiceProcess.ServiceBase
Show file Open project: SyncZone/Examples

Public Methods

Method Description
StartServer ( TextBox ctrl ) : void
StopServer ( ) : void

Protected Methods

Method Description
OnStart ( string args ) : void
OnStop ( ) : void

Private Methods

Method Description
ServerMain ( ) : System

Method Details

OnStart() protected method

protected OnStart ( string args ) : void
args string
return void

OnStop() protected method

protected OnStop ( ) : void
return void

StartServer() public method

public StartServer ( TextBox ctrl ) : void
ctrl System.Windows.Forms.TextBox
return void

StopServer() public method

public StopServer ( ) : void
return void