예제 #1
0
        public bool StartGame(string by, string player)
        {
            ICallback c      = this.avilableClinets[player];
            bool      result = c.ConfirmGame(by);

            return(result);
        }