Exemplo n.º 1
0
 public override string GetBetsExpect(string pExpect, string pLotteryID = "")
 {
     if (pLotteryID == "")
     {
         pLotteryID = AppInfo.Current.Lottery.ID;
     }
     return(CommFunc.ConvertBetsExpect(pExpect, pLotteryID, false, false, false));
 }
Exemplo n.º 2
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD   = AppInfo.Current.Lottery.ID;
            string str2 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false);

            if (iD == "XJ11X5")
            {
                return(str2.Replace("-0", ""));
            }
            return(str2.Replace("-", ""));
        }
Exemplo n.º 3
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD   = AppInfo.Current.Lottery.ID;
            string str2 = CommFunc.ConvertBetsExpect(pExpect, iD, true, true, false);

            if (!CommFunc.CheckIsSkipLottery(iD))
            {
                str2 = str2.Substring(2);
            }
            return(str2);
        }
Exemplo n.º 4
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD   = AppInfo.Current.Lottery.ID;
            string str2 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false).Replace("-", "");

            if (iD == "YRHG15C")
            {
                str2 = str2.Substring(2);
            }
            return(str2);
        }
Exemplo n.º 5
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string name = AppInfo.Current.Lottery.Name;
            string iD   = AppInfo.Current.Lottery.ID;
            string str3 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false);

            if (name.Contains("11选5"))
            {
                str3 = str3.Replace("-0", "-");
            }
            return(str3);
        }
Exemplo n.º 6
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string name = AppInfo.Current.Lottery.Name;
            string iD   = AppInfo.Current.Lottery.ID;
            string str3 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false).Replace("-", "");

            if (((((iD == "XBFFC") || (iD == "GDFFC")) || name.Contains("11选5")) || (iD == "QQFFC")) && (str3.Substring(8, 1) == "0"))
            {
                str3 = str3.Remove(8, 1);
            }
            return(str3);
        }
Exemplo n.º 7
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD   = AppInfo.Current.Lottery.ID;
            string str2 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false);

            if (!CommFunc.CheckIsSkipLottery(iD))
            {
                str2 = str2.Substring(2);
            }
            if ((((iD == "GD11X5") || (iD == "SD11X5")) || ((iD == "SH11X5") || (iD == "JX11X5"))) || (iD == "AH11X5"))
            {
                str2 = str2.Replace("-0", "");
            }
            return(str2);
        }
Exemplo n.º 8
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD   = AppInfo.Current.Lottery.ID;
            string str2 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false);

            switch (iD)
            {
            case "XJSSC":
            case "SD11X5":
            case "GD11X5":
            case "JX11X5":
                str2 = str2.Replace("-0", "-");
                break;
            }
            return(str2);
        }
Exemplo n.º 9
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD   = AppInfo.Current.Lottery.ID;
            string name = AppInfo.Current.Lottery.Name;
            string str3 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false).Replace("-", "");

            switch (iD)
            {
            case "SD11X5":
            case "GD11X5":
            case "JX11X5":
            case "SH11X5":
            case "AH11X5":
                str3 = str3.Remove(8, 1);
                break;
            }
            return(str3);
        }
Exemplo n.º 10
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD   = AppInfo.Current.Lottery.ID;
            string str2 = CommFunc.ConvertBetsExpect(pExpect, iD, true, true, true);

            if ((!CommFunc.CheckIsSkipLottery(pLotteryID) && (iD != "TXFFC")) && (iD != "FNYXHY11X5"))
            {
                str2 = str2.Substring(2);
            }
            if (iD == "TXFFC")
            {
                return(str2.Insert(8, "-"));
            }
            if (iD == "FNYXHY11X5")
            {
                str2 = str2.Insert(8, "-");
            }
            return(str2);
        }
Exemplo n.º 11
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string name = AppInfo.Current.Lottery.Name;
            string iD   = AppInfo.Current.Lottery.ID;
            string str3 = CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false);

            if (name.Contains("11选5"))
            {
                return(str3.Replace("-0", "-"));
            }
            switch (iD)
            {
            case "VRSSC":
            case "VRHXSSC":
            case "VR3FC":
                str3 = str3.Replace("-", "");
                break;
            }
            return(str3);
        }
Exemplo n.º 12
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD = AppInfo.Current.Lottery.ID;

            return(CommFunc.ConvertBetsExpect(pExpect, iD, false, false, false).Replace("-", ""));
        }
Exemplo n.º 13
0
        public override string GetBetsExpect(string pExpect, string pLotteryID = "")
        {
            string iD = AppInfo.Current.Lottery.ID;

            return(CommFunc.ConvertBetsExpect(pExpect, iD, true, true, true));
        }