/// <summary>
 /// Creates a new instance of contact label automation peer.
 /// </summary>
 /// <param name="control">Contact label control.</param>
 public ContactLabelAutomationPeer(ContactLabel control)
     : base(control)
 {
 }
 /// <summary>
 /// Creates a new instance of contact label automation peer.
 /// </summary>
 /// <param name="control">Contact label control.</param>
 public ContactLabelAutomationPeer(ContactLabel control)
     : base(control)
 {
 }