示例#1
0
 internal void Remove(myThread item)
 {
     list.Remove(item);
 }
示例#2
0
 internal void Add(myThread item)
 {
     list.Add(item);
 }