Пример #1
0
        public override void ConstructFromXML()
        {
            this.Owner = "FUI.Login";

            m_Ctrl_Protocol         = this.GetController("Ctrl_Protocol");
            m_Text_UserAgreement    = (GTextField)this.GetChild("Text_UserAgreement");
            m_Text_PrivacyAgreement = (GTextField)this.GetChild("Text_PrivacyAgreement");
            m_Button_Agree_L        = (GButton)this.GetChild("Button_Agree_L");
            m_Button_Agree_R        = (GButton)this.GetChild("Button_Agree_R");
            m_Button_ProConfirm     = (Button_ProConfirm)this.GetChild("Button_ProConfirm");
            m_P2_Protocol_Content   = (P2_Protocol_Content)this.GetChild("P2_Protocol_Content");
        }
Пример #2
0
        public override void Dispose()
        {
            base.Dispose();

            This = null;
        }
Пример #3
0
 public Button_ProConfirm()
 {
     This = this;
 }