public override void ConstructFromXML() { this.Owner = "FUI.Login"; m_Text_Title = (GTextField)this.GetChild("Text_Title"); m_Text_DownDesc = (GTextField)this.GetChild("Text_DownDesc"); m_Button_ConfirmDownload = (Button_ConfirmDownload)this.GetChild("Button_ConfirmDownload"); m_Button_CancelDownload = (Button_CancelDownload)this.GetChild("Button_CancelDownload"); }
public override void Dispose() { base.Dispose(); This = null; }
public Button_CancelDownload() { This = this; }