示例#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");
        }
示例#2
0
        public override void Dispose()
        {
            base.Dispose();

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