/// <summary> /// Call the owner's randomize method. /// </summary> /// public override sealed void Randomize() { _owner.Randomize(); }
/// <summary> /// Call the owner's randomize method. /// </summary> public override void Randomize() { owner.Randomize(); }