示例#1
0
 public MenuItem(IInvocableComponent component, IInvocationComponent invocation)
     : this()
 {
     this.Component  = component;
     this.Invocation = invocation;
     this.Invocation.AttributesChanged += this.OnAttributesChanged;
 }
示例#2
0
 public MenuItem(IInvocableComponent component, IInvocationComponent invocation)
     : this()
 {
     this.Component  = component;
     this.Invocation = invocation;
 }