Esempio n. 1
0
 public void Clear()
 {
     Channel = new IrcChannel[0];
 }
Esempio n. 2
0
 public IrcChannelCollection()
 {
     Channel = new IrcChannel[0];
 }