Пример #1
0
 private void JoinChannel(object sender, EventArgs e)
 {
     JoinChannel(client.GetChannel((string)((ToolStripMenuItem)sender).Tag));
 }