Ejemplo n.º 1
0
 /// <summary>
 /// Initialize
 /// </summary>
 /// <param name="val">The type of the external c# class.</param>
 public LModule(LModuleType type)
 {
     this.Value = null;
     this.Type = type;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initialize
 /// </summary>
 /// <param name="val">The type of the external c# class.</param>
 public LModule(LModuleType type)
 {
     this.Value = null;
     this.Type  = type;
 }