コード例 #1
0
ファイル: PrototypeCode.cs プロジェクト: raljoach/Apps
 public ParameterTable(ParameterGroup signature, string[] rows)
 {
     this.signature = signature;
     this.rows      = Parse(rows, this.signature);
 }
コード例 #2
0
ファイル: PrototypeCode.cs プロジェクト: raljoach/Apps
 public ParameterModel(ParameterGroup group)
 {
     this.group = group;
 }