Esempio n. 1
0
 /// <summary>
 /// Create a empty OclProgram object
 /// </summary>
 public Program()
     : this(OclInvoke.oclProgramCreate())
 {
 }