Example #1
0
 public BoxObject(UserObject owner, IBoxContext context)
 {
     Owner   = owner;
     Context = context;
 }
 public BoxFactory(IBoxContext context)
 {
     Context = context;
 }