コード例 #1
0
 //Construcor which initializes the market client which is in the DAL
 public Socket()
 {
     this.marketClient = new MarketClient();
 }
コード例 #2
0
 public AutoMarketAgent()
 {
     this._marketClient = new MarketClient();
     updateCommodities();
     //autoPilot();
 }