protected virtual void Init() { if (!string.IsNullOrEmpty(groupName)) { RadioGroup.Join(groupName, this); if (isCheck) { RadioGroup.SetCheck(groupName, this); } } }
private void Click() { isCheck = true; RadioGroup.SetCheck(groupName, this); }