예제 #1
0
 public __Mixins(MixinWithProtectedConstructorAndParametersSpec host)
 {
     _ExampleMixin = new Lazy <MixinWithProtectedConstructorWithParametersMixin>(
         () => host.InitializeMixinWithProtectedConstructorWithParametersMixin());
 }
 protected override void Establish_context()
 {
     _spec = new MixinWithProtectedConstructorAndParametersSpec("hello world");
 }
 public __Mixins(MixinWithProtectedConstructorAndParametersSpec host)
 {
     _ExampleMixin = new Lazy<MixinWithProtectedConstructorWithParametersMixin>(
         () => host.InitializeMixinWithProtectedConstructorWithParametersMixin());
 }
 protected override void Establish_context()
 {
     _spec = new MixinWithProtectedConstructorAndParametersSpec("hello world");
 }