Exemplo n.º 1
0
        private void Host_ClientJoined(object sender, Common.HelloPacket e)
        {
            // Do anything special needed to set up the client
            //  Nothing so far

            UpdateHostList();
        }