예제 #1
0
 public Interpreter()
 {
     Instance = new AppInstance();
 }
예제 #2
0
 public Interpreter(string codeDirectory, string applicationName)
 {
     Instance = new AppInstance();
     Interpreter.CodeDirectory = codeDirectory;
     Interpreter.ApplicationName = applicationName;
 }