using System; using XMainClient.UI.UICommon; namespace XMainClient { internal class Process_PtcG2C_WorldChannelLeftTimesNtf { public static void Process(PtcG2C_WorldChannelLeftTimesNtf roPtc) { DlgBase.singleton._worldSpeadTimes = roPtc.Data.leftTimes; DlgBase.singleton.RefeshWorldSpeakTimes(); } } }