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

            m_Ctrl_Pup = this.GetController("Ctrl_Pup");
            m_Pup_1    = (Pup_1)this.GetChild("Pup_1");
            m_Pup_2    = (Pup_2)this.GetChild("Pup_2");
            m_Pup_4    = (Pup_4)this.GetChild("Pup_4");
            m_Pup_5    = (Pup_5)this.GetChild("Pup_5");
            m_Pup_6    = (Pup_6)this.GetChild("Pup_6");
        }
Exemplo n.º 2
0
        public override void Dispose()
        {
            base.Dispose();

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