Example #1
0
        public override void ConstructFromXML(XML xml)
        {
            base.ConstructFromXML(xml);

            m_BackGround      = (GImage)this.GetChildAt(0);
            m_WindowArea      = (GImage)this.GetChildAt(1);
            m_BaseWindow      = (WindowTitle)this.GetChildAt(2);
            m_BackTitleButton = (BackButtonTitle)this.GetChildAt(3);
        }
Example #2
0
 public GComponent Inject()
 {
     if (instace != null)
     {
         return(instace);
     }
     instace            = WindowTitle.CreateInstance();
     instace.Disposable = false;
     new WindowTitleMedia().Init(instace);
     return(instace);
 }
Example #3
0
 public void Init(WindowTitle instace)
 {
     InitInstance(instace);
 }
Example #4
0
 partial void InitInstance(WindowTitle instace);