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);
 }