示例#1
0
 public CSTLHelper(byte[] Script, string Lang)
 {
     Editor    = new CSTL(Script);
     this.Lang = Lang;
 }
示例#2
0
 public CSTLHelper(byte[] Script)
 {
     Editor = new CSTL(Script);
     Lang   = "en";
 }