예제 #1
0
 public void Select(Selectable selectable)
 {
     if (areaControl != null)
     {
         areaControl.Select(selectable);
     }
 }