コード例 #1
0
 public void RemoveThumb(Thumb newThumb)
 {
     myControls.RemoveAt(myControls.GetChildIndex(newThumb));
     UpdateGridView();
 }