protected override void Decorate(Name location, IPexDecoratedComponentElement host) { MessageBox.Show("DECORATE()"); host.AddExplorationPackage(location, this); host.AddPathPackage(location, this); }
protected override sealed void Decorate(Name location, IPexDecoratedComponentElement host) { host.AddExplorationPackage(location, this); host.AddPathPackage(location, this); }