using System; using KKSG; using XMainClient.UI; using XUtliPoolLib; namespace XMainClient { internal class Process_RpcC2G_LevelSealExchange { public static void OnReply(LevelSealExchangeArg oArg, LevelSealExchangeRes oRes) { bool flag = oRes.errcode > ErrorCode.ERR_SUCCESS; if (flag) { XSingleton.singleton.ShowSystemTip(oRes.errcode, "fece00"); } } public static void OnTimeout(LevelSealExchangeArg oArg) { } } }