示例#1
0
 public void SetUnderlineLabelStartingLocation()
 {
     UnderlineLabelConditions.SetLabelStartingLocation(_underlineLabel, _newsButton, GetDistanceBetweenUnderlineLabelAndButton);
 }
示例#2
0
 public void ChangeUnderlineLabelLocation(Button button)
 {
     UnderlineLabelConditions.ChangeLabelLocation(_underlineLabel, button, GetDistanceBetweenUnderlineLabelAndButton);
 }