Example #1
0
 /// <summary>
 /// Creates a new instance of name label automation peer.
 /// </summary>
 /// <param name="control">Name label control.</param>
 public NameLabelAutomationPeer(NameLabel control)
     : base(control)
 {
 }