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