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"); }
public override void Dispose() { base.Dispose(); This = null; }
public Block_BG() { This = this; }