コード例 #1
0
 public CAnswerVerifier()
 {
     this.timingController = new CTimingContorller(this);
 }
コード例 #2
0
 public CPicChoiceMeaningBiz()
 {
     this.forwardOrderController = new CPileForwardOrderControllerRandOrderNotLoop(this);
     this.choicesMgr = new CChoicesMgr(this);
     this.timingController = new CTimingContorller(this);
 }