static SuperBigLotteryRule() { SuperBigLotteryRule rule = new SuperBigLotteryRule(); LotteryRuleFactory.Regist(rule.GetLotteryType(), rule); }
static DoubleColorBallRule() { DoubleColorBallRule rule = new DoubleColorBallRule(); LotteryRuleFactory.Regist(rule.GetLotteryType(), rule); }