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

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

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