Exemplo n.º 1
0
 public void RadioButtonHandler(string groupname, string content, bool isChecked)
 {
     HeadlightValues.HeadlightName = groupname;
     HeadlightValues.Choice        = content;
     HeadlightValues.isChecked     = isChecked;
     _headlightControl.SendCommand();
 }