Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InputControl_Windows_ActionList" /> class. The constructor associates the control with the smart tag list.
 /// </summary>
 /// <param name="component">The component.</param>
 public InputControl_Windows_ActionList(IComponent component)
     : base(component)
 {
     // Cache a reference to DesignerActionUIService, so the DesigneractionList can be refreshed.
     this._inputControl        = component as Input_Control;
     this._designerActionUISvc = GetService(typeof(DesignerActionUIService)) as DesignerActionUIService;
 }
Exemplo n.º 2
0
 public Input_Control_Controller(Input_Control inputControl)
 {
     _inputControl = inputControl;
     Input_Control_Initialize();
     Event_Hookup();
 }