protected override void Initialize()
 {
     base.Initialize();
     this.transformation = new ImplementValidableAspectTransformation( this);
     this.ApplyWaivedEffects(this.transformation);
 }
예제 #2
0
 protected override void Initialize()
 {
     base.Initialize();
     this.transformation = new ImplementValidableAspectTransformation(this);
     this.ApplyWaivedEffects(this.transformation);
 }