Exemplo n.º 1
0
 public L1_Loading()
 {
     This = this;
 }
Exemplo n.º 2
0
        public override void Dispose()
        {
            base.Dispose();

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

            m_L1_Loading = (L1_Loading)this.GetChild("L1_Loading");
        }