Esempio n. 1
0
 public bool Remove(DebugStream stream)
 {
     return(streams.Remove(stream));
 }
Esempio n. 2
0
 public void Add(DebugStream stream)
 {
     streams.Add(stream);
 }