示例#1
0
 /// <summary>
 ///     Creates a new instance.
 /// </summary>
 public RibbonScreenTipAutomationPeer(ScreenTip owner)
     : base(owner)
 {
 }
示例#2
0
 /// <summary>
 ///     Creates a new instance.
 /// </summary>
 public RibbonScreenTipAutomationPeer([NotNull] ScreenTip owner)
     : base(owner)
 {
 }