Exemplo n.º 1
0
 public static void MakeInstanceAndExecute(P5CodegenCS Codegen)
    => new P5GenerateCode(Codegen).Execute();
Exemplo n.º 2
0
 /// <summary>
 /// Generate code
 /// </summary>
 /// <param name="codeGen"></param>
 private P5GenerateCode(P5CodegenCS codeGen)
 {
    this.Codegen = codeGen;
 }