예제 #1
0
 public DummyProjectScript(string scriptName, IScript parentScript) : base(scriptName, parentScript)
 {
     Constructor = new ProjectScriptConstructor(this);
 }
예제 #2
0
 public DummyProjectScript(string scriptName) : base(scriptName)
 {
     Constructor = new ProjectScriptConstructor(this);
 }