Пример #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;
 }
Пример #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;
 }