Пример #1
0
 private void buttonKick_Click(object sender, EventArgs e)
 {
     client.Kick((int)numericKick.Value);
 }