Exemplo n.º 1
0
        public static void StartGame()
        {
            //var context = new InstanceContext(new PlayerClient());

            //using (var duplexService = new DuplexServiceClient(context))
            {
                duplexService.StartGame();
            }
        }