PHP Code:
CSocket.Client.TradeList = new Dictionary<int, Struct.ItemInfo>();
That is part of his Trade release, so you define trade list in the Client files ( no idea what the class is called. )
PHP Code:
public Dictionary<int, Struct.ItemInfo> TradeList = new Dictionary<int, Struct.ItemInfo>();