Exemple #1
0
 public Templates(Schema Schema, Boolean WithServer, Boolean WithClient)
 {
     this.Inner      = new Cpp.Templates(Schema);
     this.WithServer = WithServer;
     this.WithClient = WithClient;
 }
Exemple #2
0
 public Templates(Schema Schema)
 {
     this.Inner = new Cpp.Templates(Schema);
 }