PhysicalAddressEntry constructor

PhysicalAddressEntry()
Initializes a new instance of PhysicalAddressEntry

Implementation

PhysicalAddressEntry() : super() {
  this._propertyBag = new SimplePropertyBag<String>();
  this._propertyBag.addOnChangeEvent((bag) => this._PropertyBagChanged());
}