Example #1
0
        public override void Dispose()
        {
            base.Dispose();

            This = null;
        }
Example #2
0
        public override void ConstructFromXML()
        {
            this.Owner = "FUI.Loading";

            m_BG_0 = (BG_0)this.GetChild("BG_0");
        }
Example #3
0
 public BG_0()
 {
     This = this;
 }