Ejemplo n.º 1
0
        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);
 }
Ejemplo n.º 3
0
 protected override sealed void Decorate(Name location, IPexDecoratedComponentElement host)
 {
     host.AddExplorationPackage(location, this);
     host.AddPathPackage(location, this);
 }