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

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

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