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