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