Exemple #1
0
 internal static void SetTestHooksEnabled(RadioButtons radioButtons, bool enabled)
 {
     if (radioButtons != null)
     {
         radioButtons.SetTestHooksEnabled(enabled);
     }
 }