Exemplo n.º 1
0
    private static void client_disconnect()
    {
        try
        {
            moveClient.StopThread();
            moveClient.Close();
        }
        catch
        {
            return;
        }

        client_connected = false;
    }
Exemplo n.º 2
0
        public static void client_disconnect()
        {
            try
            {
                client_paused = false;

                moveClient.StopThread();
                moveClient.Close();
            }
            catch
            {
                return;
            }

            client_connected = false;
        }