Exemplo n.º 1
0
 public Field(RuntimeBase rtb, string key)
 {
     _key = key;
     _rtb = rtb;
 }
Exemplo n.º 2
0
 public Fields(RuntimeBase rtb)
 {
     _rtb = rtb;
 }