Example #1
0
 public Configuration()
 {
     Script.FunctionChain.Add(functions);
     HostType.Register(typeof(DateTime), true);
     HostType.Register(typeof(Environment), true);
 }