public FdpTrim()
 {
     Programme = new EmptyProgramme();
     IsActive = true;
 }
 public FdpDerivative()
 {
     Programme = new EmptyProgramme();
     IsActive = true;
 }
示例#3
0
 public FdpImportErrorExclusion()
 {
     Programme = new EmptyProgramme();
     IsActive  = true;
 }
 public FdpImportErrorExclusion()
 {
     Programme = new EmptyProgramme();
     IsActive = true;
 }
 public FdpTrim()
 {
     Programme = new EmptyProgramme();
     IsActive  = true;
 }
示例#6
0
 public FdpDerivative()
 {
     Programme = new EmptyProgramme();
     IsActive  = true;
 }
 public FdpFeature()
 {
     IsActive = true;
     Programme = new EmptyProgramme();
 }
示例#8
0
 public FdpFeature()
 {
     IsActive  = true;
     Programme = new EmptyProgramme();
 }