Example #1
0
 public void OnUntargetButtonClicked(object sender, RoutedEventArgs args)
 {
     TeachingTip.SetAttach(null, this.TeachingTip);
 }
 public void OnSetTargetButtonClicked(object sender, RoutedEventArgs args)
 {
     TeachingTip.SetAttach(this.targetButton, getTeachingTip());
 }