コード例 #1
0
ファイル: ItemQueue.cs プロジェクト: kswoll/queuete
 public void InitializeItem(QueueItem item)
 {
     item.InitializeItem(processor, this);
 }