예제 #1
0
 public ScriptManager(string scriptType)
 {
     this.scriptType = scriptType;
     this.reader     = new ScriptReader(scriptType);
     this.writer     = new ScriptWriter(scriptType);
     RunScripts();
 }
 public ScriptManager(string scriptType)
 {
     this.scriptType = scriptType;
     this.reader = new ScriptReader(scriptType);
     this.writer = new ScriptWriter(scriptType);
     RunScripts();
 }