コード例 #1
0
 public override void Select()
 {
     if (Boundary != null)
     {
         Boundary.Select();
     }
     isUpdatedNeeded = true;
 }