public ClientAgentSimulator(ClientPostOffice postOffice) { this.nowBlock = new TimeBlock(); this.postOffice = postOffice; // create server login agent simulator this.serverLoginAgentSimulator = new ServerAgentSimulator(this); }
public void Dispose() { this.serverLoginAgentSimulator = null; this.postOffice = null; }