Exemple #1
0
 public BoundaryCases(Laboratory.ICommandInterface commandInterface)
     : base(commandInterface)
 {
 }
Exemple #2
0
 public MathIntrinsics(Laboratory.ICommandInterface commandInterface)
     : base(commandInterface)
 {
 }
Exemple #3
0
 public CLR(Laboratory.ICommandInterface commandInterface)
     : base(commandInterface)
 {
 }
Exemple #4
0
 public Math(Laboratory.ICommandInterface commandInterface) : base(commandInterface)
 {
     Context.IncludePrelude = true;
 }