SetTopic() 개인적인 메소드

private SetTopic ( string channel, string topic = null ) : void
channel string
topic string
리턴 void
예제 #1
0
 /// <summary>
 /// Requests the current topic of the channel.
 /// </summary>
 public void GetTopic()
 {
     client.SetTopic(this.name);
 }
예제 #2
0
 /// <summary>
 ///     Requests the current topic of the channel.
 /// </summary>
 public void GetTopic()
 {
     client.SetTopic(Name);
 }