Пример #1
0
        internal IPileForwardOrderController getPlayPileController()
        {
            IPileForwardOrderController obj = this.controllers[this.playController.PlayCondition.PlayOrderState] as IPileForwardOrderController;

            return(this.controllers[this.playController.PlayCondition.PlayOrderState] as IPileForwardOrderController);
        }
 public CPicChoiceMeaningBiz()
 {
     this.forwardOrderController = new CPileForwardOrderControllerRandOrderNotLoop(this);
     this.choicesMgr = new CChoicesMgr(this);
     this.timingController = new CTimingContorller(this);
 }