Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            ClientWorker worker = new ClientWorker();

            worker.Start();
            Console.ReadLine();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            ClientWorker client = new ClientWorker();

            client.Start();

            Console.ReadLine();
        }