示例#1
0
 public WrapperOne() { It = ShimFactory.CreateOne(); }
示例#2
0
 protected WrapperOne(IShimOne it) { It = it; }