Пример #1
0
    public YHMDPayData getYHMDPay(YHPayType type)
    {
        int id = (int)type;

        if (dicYHPayData.ContainsKey(id))
        {
            return(dicYHPayData[id]);
        }
        return(null);
    }
Пример #2
0
    public static int getDoubleOkTextID(YHPayType type)
    {
        int okid = 1104;

        #if YES_OK
        okid = 1104;
        #elif YES_BUY
        okid = 1104;
#elif YES_GET
        okid = 1101;
                #elif YES_QueRen
        okid = 1106;
        #endif
        return(okid);
    }
Пример #3
0
    public static int getOkTextID(YHPayType type)
    {
        int okid = 1094;

        #if YES_OK
        okid = 1002;
        #elif YES_BUY
        okid = 1094;
        #elif YES_GET
        okid = 1077;
        #elif YES_QueRen
        okid = 1106;
        #endif
        return(okid);
    }