Ejemplo n.º 1
0
    static LotteryRuleFactory()
    {
        ms_LotteryRuleMap = new Dictionary <string, ILotteryRule>();


        //Toggle

        SuperBigLotteryRule.Toggle();
        DoubleColorBallRule.Toggle();
    }