コード例 #1
0
 public void Remove(myThread item)
 {
     list.Remove(item);
 }
コード例 #2
0
 public void Add(myThread item)
 {
     list.Add(item);
 }