Exemplo n.º 1
0
        public override void ConstructFromXML()
        {
            this.Owner = "FUI.Login";

            m_Ctrl_Account        = this.GetController("Ctrl_Account");
            m_Button_AM_Mask      = (GButton)this.GetChild("Button_AM_Mask");
            m_L3_AM_Info          = (L3_AM_Info)this.GetChild("L3_AM_Info");
            m_L3_AM_ChangeAlready = (L3_AM_ChangeAlready)this.GetChild("L3_AM_ChangeAlready");
            m_L3_AM_ChangeUNLogin = (L3_AM_ChangeUNLogin)this.GetChild("L3_AM_ChangeUNLogin");
        }
Exemplo n.º 2
0
        public override void Dispose()
        {
            base.Dispose();

            This = null;
        }
Exemplo n.º 3
0
 public L3_AM_ChangeAlready()
 {
     This = this;
 }