C# Class YetAnotherRelogger.Relogger

Show file Open project: sinterlkaas/YetAnotherRelogger

Public Properties

Property Type Description
CurrentBot BotClass

Public Methods

Method Description
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Relogger ( ) : System
ReloggerWorker ( ) : void
StartBoth ( BotClass bot ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

CurrentBot public property

public BotClass CurrentBot
return BotClass