/// <summary>
 /// Initializes a new instance of the <see cref="ActionList"/> class.
 /// </summary>
 public ActionList(RecaptchaControlDesigner parent)
     : base(parent.Component)
 {
     this._parent = parent;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ActionList"/> class.
 /// </summary>
 public ActionList(RecaptchaControlDesigner parent)
     : base(parent.Component)
 {
     this._parent = parent;
 }