Ejemplo n.º 1
0
 // No need to invoke this constructor ... use the AddField method
 // of CbStruct instead
 public CbField(string nm, CbType t, CbStruct owner)
 {
     Name = nm;  Type = t;  Owner = owner;
 }
Ejemplo n.º 2
0
 // No need to invoke this constructor ... use the AddField method
 // of CbStruct instead
 public CbField( string nm, CbType t, CbStruct owner )
 {
     Name = nm;  Type = t;  Owner = owner;
 }