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

            m_Ctrl_Layout_3     = this.GetController("Ctrl_Layout_3");
            m_L3_AccountDefault = (L3_AccountDefault)this.GetChild("L3_AccountDefault");
            m_L3_AccountManager = (L3_AccountManager)this.GetChild("L3_AccountManager");
        }
Ejemplo n.º 2
0
        public override void Dispose()
        {
            base.Dispose();

            This = null;
        }
Ejemplo n.º 3
0
 public L3_AccountManager()
 {
     This = this;
 }