Beispiel #1
0
        public override void ConstructFromXML()
        {
            this.Owner = "FUI.Login";

            m_Ctrl_Layout = this.GetController("Ctrl_Layout");
            m_Layout_0    = (Layout_0)this.GetChild("Layout_0");
            m_Layout_1    = (Layout_1)this.GetChild("Layout_1");
            m_Layout_2    = (Layout_2)this.GetChild("Layout_2");
            m_Layout_3    = (Layout_3)this.GetChild("Layout_3");
        }
Beispiel #2
0
        public override void Dispose()
        {
            base.Dispose();

            This = null;
        }
Beispiel #3
0
 public Layout_3()
 {
     This = this;
 }