Example #1
0
 public ScriptCondition(ExecutableScript script)
 {
     this.script = script;
 }
Example #2
0
 public ScriptValueProvider(ExecutableScript script)
 {
     this.script = script;
 }