private void RefreshJoysticks() { guids = joystickHelper.GetGuids(); combo_joysticks.ItemsSource = joystickHelper.GetJoystickNames(guids); }