コード例 #1
0
ファイル: LModule.cs プロジェクト: neapolis/SambaPOS-3
 /// <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;
 }