public FormClassDesigner_ActionList(IComponent component)
     : base(component)
 {
     // Cache a reference to DesignerActionUIService, so the DesigneractionList can be refreshed.
     this._Control = component as FormCreator_;
     this._designerActionUIService = UIDesigner_Service.DesignerActionUIService_FromActionList(this);
 }
Beispiel #2
0
        //private ImageSetup_Form _frmImageResouce;

        public ImageSetup_ActionList(IComponent component) : base(component)
        {
            // Cache a reference to DesignerActionUIService, so the DesigneractionList can be refreshed.
            this._Control = component as ImageSetup;
            this._designerActionUIService = UIDesigner_Service.DesignerActionUIService_FromActionList(this);
        }