예제 #1
0
 private void kickToolStripMenuItem_Click(object sender, EventArgs e)
 {
     gameServer.DisconnectParticipant(gameServer.Participants[((int[])dataGridPlayers.Tag)[0]]);
 }