コード例 #1
0
ファイル: Fields.cs プロジェクト: eksotama/rdl-engine
 public Field(RuntimeBase rtb, string key)
 {
     _key = key;
     _rtb = rtb;
 }
コード例 #2
0
ファイル: Fields.cs プロジェクト: eksotama/rdl-engine
 public Fields(RuntimeBase rtb)
 {
     _rtb = rtb;
 }