コード例 #1
0
    static LotteryRuleFactory()
    {
        ms_LotteryRuleMap = new Dictionary <string, ILotteryRule>();


        //Toggle

        SuperBigLotteryRule.Toggle();
        DoubleColorBallRule.Toggle();
    }
コード例 #2
0
    static DoubleColorBallRule()
    {
        DoubleColorBallRule rule = new DoubleColorBallRule();

        LotteryRuleFactory.Regist(rule.GetLotteryType(), rule);
    }