Exemplo n.º 1
0
 public override int Proc(IReferenceMaker rmaker)
 {
     if (rmaker != null)
     {
         makers.Add(Animatable.CreateWrapper <ReferenceMaker>(rmaker));
     }
     return(0);
 }
        internal ReferenceMaker(  IReferenceMaker x) : base(x) 
        {
            if (parameterBlock == null)
                parameterBlock = Targets.FilterType<ParameterBlock2>().FirstOrDefault();

            if (parameterBlock == null)
                parameterBlock = Targets.FilterType<ParameterBlock1>().FirstOrDefault();
        }
Exemplo n.º 3
0
        internal ReferenceMaker(IReferenceMaker x) : base(x)
        {
            if (parameterBlock == null)
            {
                parameterBlock = Targets.FilterType <ParameterBlock2>().FirstOrDefault();
            }

            if (parameterBlock == null)
            {
                parameterBlock = Targets.FilterType <ParameterBlock1>().FirstOrDefault();
            }
        }
 public override int Proc(  IReferenceMaker rmaker)
 {
     if (rmaker != null)
         makers.Add(Animatable.CreateWrapper<ReferenceMaker>(rmaker));
     return 0;
 }
 public void NotifyTarget(int message, IReferenceMaker hMaker)
 {
     throw new NotImplementedException();
 }
 public void RefAddedUndoRedo(IReferenceMaker rm)
 {
     throw new NotImplementedException();
 }
 public RefResult TestForLoop(IInterval refInterval, IReferenceMaker hmaker)
 {
     throw new NotImplementedException();
 }