Esempio n. 1
0
        public static void Main(string[] args)
        {
            var player = new PokerPlayer();

            player.Start();

            Console.ReadLine();

            player.Stop();
        }