Esempio n. 1
0
        static void Main(string[] args)
        {
            Console.WriteLine("chatting app");
            ChatApp chatApp = new ChatApp();

            chatApp.Start();
            Console.ReadKey();
        }
Esempio n. 2
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
            ChatApp chatApp = new ChatApp();

            chatApp.Start();
            Console.ReadKey();
        }