C# Class cs_elbot.AdvancedCommunication.ReserveCommandHandler

description of ReserveCommandHandler.
Mostra file Open project: Sir-Odie/CS-ELBot Class Usage Examples

Public Methods

Method Description
ReserveCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.HelpCommandHandler MyHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats, Storage MyStorage ) : System

Private Methods

Method Description
OnGotPM ( object sender, BasicCommunication e ) : void

Method Details

ReserveCommandHandler() public method

public ReserveCommandHandler ( TCPWrapper MyTCPWrapper, BasicCommunication MyMessageParser, cs_elbot.AdvancedCommunication.HelpCommandHandler MyHelpCommandHandler, MySqlManager MyMySqlManager, Inventory MyInventory, TradeHandler MyTradeHandler, Stats MyStats, Storage MyStorage ) : System
MyTCPWrapper TCPWrapper
MyMessageParser BasicCommunication
MyHelpCommandHandler cs_elbot.AdvancedCommunication.HelpCommandHandler
MyMySqlManager MySqlManager
MyInventory Inventory
MyTradeHandler TradeHandler
MyStats Stats
MyStorage Storage
return System