Exemplo n.º 1
0
 public BxElementBase(IBxElementSiteEx owner)
 {
     _owner = owner;
 }
Exemplo n.º 2
0
 public BxElementValueBase()
 {
     _owner = null; _referers = null;
 }
Exemplo n.º 3
0
 public BxElementT(IBxElementSiteEx owner) : base(owner)
 {
 }
Exemplo n.º 4
0
 public BxReferableElementBase()
 {
     _owner = null; _referers = null;
 }