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

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

            This = null;
        }
Example #3
0
 public Block_Layout()
 {
     This = this;
 }