Ejemplo n.º 1
0
 internal void EnableChild()
 {
     StartTimeZoneButton.UserInteractionEnabled = true;
     StartTimeZoneButton.SetTitleColor(UIColor.Black, UIControlState.Normal);
     EndTimeZoneButton.UserInteractionEnabled = true;
     EndTimeZoneButton.SetTitleColor(UIColor.Black, UIControlState.Normal);
 }
Ejemplo n.º 2
0
 internal void Disablechild()
 {
     StartTimeZoneButton.UserInteractionEnabled = false;
     StartTimeZoneButton.SetTitleColor(UIColor.Gray, UIControlState.Normal);
     EndTimeZoneButton.UserInteractionEnabled = false;
     EndTimeZoneButton.SetTitleColor(UIColor.Gray, UIControlState.Normal);
 }