Ejemplo n.º 1
0
 public void RfcNames(string[] channels)
 {
     WriteLine(Rfc2812.Names(channels));
 }
Ejemplo n.º 2
0
 public void RfcNames(string[] channels, string target)
 {
     WriteLine(Rfc2812.Names(channels, target));
 }
Ejemplo n.º 3
0
 public void RfcNames(string channel)
 {
     WriteLine(Rfc2812.Names(channel));
 }