コード例 #1
0
ファイル: SEVizAttribute.cs プロジェクト: zsolti111/seviz
        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);
 }
コード例 #3
0
 protected override sealed void Decorate(Name location, IPexDecoratedComponentElement host)
 {
     host.AddExplorationPackage(location, this);
     host.AddPathPackage(location, this);
 }