コード例 #1
0
 public void Register(string key, IControlBindable bindable, IUIObject affectedPart)
 {
     _controlLogic.Register(key, bindable, affectedPart);
 }