개발 중
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace UVC.UI.Toolbar.Model
|
||||
@@ -30,7 +30,7 @@ namespace UVC.UI.Toolbar.Model
|
||||
/// // if (!_radioGroups.TryGetValue(radioButton.GroupName, out var group))
|
||||
/// // {
|
||||
/// // group = new ToolbarRadioButtonGroup();
|
||||
/// // _radioGroups.Add(radioButton.GroupName, group);
|
||||
/// // _radioGroups.AddChild(radioButton.GroupName, group);
|
||||
/// // }
|
||||
/// // group.RegisterButton(radioButton); // 라디오 버튼을 그룹에 등록
|
||||
/// // radioButton.RadioGroup = group; // 버튼에 그룹 참조 설정
|
||||
|
||||
Reference in New Issue
Block a user