コード例 #1
0
 public TestComponent_ActionList(IComponent component) : base(component)
 {
     // Cache a reference to DesignerActionUIService, so the DesigneractionList can be refreshed.
     this._Control = component as TestComponent;
     this._designerActionUIService = UIDesigner_Service.DesignerActionUIService_FromActionList(this);
 }