public YHMDPayData getYHMDPay(YHPayType type) { int id = (int)type; if (dicYHPayData.ContainsKey(id)) { return(dicYHPayData[id]); } return(null); }
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); }
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); }