コード例 #1
0
 public TitleFactory(ITitleContext context)
 {
     Context = context;
 }
コード例 #2
0
 public TitleObject(CatalogObject owner, ITitleContext context)
 {
     Owner   = owner;
     Context = context;
 }