public Portfolio(string id)
 {
     this.id = id;
     executor.Start();
 }
コード例 #2
0
 public PortfolioAdapter()
 {
     executor.Start();
 }