void OnRadioButtonClick( LegacyUiCheckBox checkBox )
		{
			RadioIndex = checkBox.Index;
			UtageToolKit.SafeSendMessage(this, Target, FunctionName);
		}
Beispiel #2
0
 void OnRadioButtonClick(LegacyUiCheckBox checkBox)
 {
     RadioIndex = checkBox.Index;
     UtageToolKit.SafeSendMessage(this, Target, FunctionName);
 }