//-------------------------------------------------------- // [Author]: 第二世界 // [ Date ]: Monday, March 05, 2018 //-------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using vnxbqy.UI; using System.Linq; public class CSRechargeWin : ILWindow { Text m_RankTxt; Text m_PriceALL; Text m_ServerRange; Image m_PriceIcon; Text m_TimeInfo; Button Btn_Recharge; ScrollerController m_ScrollControl; #region Built-in protected override void BindController() { m_RankTxt = proxy.GetWidgtEx("Txt_Rank"); m_PriceALL = proxy.GetWidgtEx("PriceALLTxt"); m_ServerRange = proxy.GetWidgtEx("Txt_ServerRange"); m_PriceIcon = proxy.GetWidgtEx("PriceIcon"); Btn_Recharge = proxy.GetWidgtEx