Esempio n. 1
0
 public WrapperOne() { It = ShimFactory.CreateOne(); }
Esempio n. 2
0
 protected WrapperOne(IShimOne it) { It = it; }