Exemple #1
0
        public override void ConstructFromXML()
        {
            this.Owner = "FUI.Login";

            m_Block_BG     = (Block_BG)this.GetChild("Block_BG");
            m_Block_Layout = (Block_Layout)this.GetChild("Block_Layout");
            m_Block_Pup    = (Block_Pup)this.GetChild("Block_Pup");
        }
Exemple #2
0
        public override void Dispose()
        {
            base.Dispose();

            This = null;
        }
Exemple #3
0
 public Block_BG()
 {
     This = this;
 }