コード例 #1
0
ファイル: RectItem.cs プロジェクト: yancyn/drawandworkout
 public RectItem(Stock stock)
     : base(stock)
 {
     Initialize();
 }