Exemple #1
0
 public L0_Text()
 {
     This = this;
 }
Exemple #2
0
        public override void Dispose()
        {
            base.Dispose();

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

            m_L0_Text = (L0_Text)this.GetChild("L0_Text");
        }