|
@@ -13,6 +13,7 @@ namespace UI.League
|
|
|
public UI_Button3 m_btnMember;
|
|
|
public UI_Button3 m_btnConstruct;
|
|
|
public GTextField m_txtLowKeep;
|
|
|
+ public GGroup m_grpLowKeep;
|
|
|
public GTextField m_txtUnionName;
|
|
|
public UI_ComLeagueHead m_comLeagueHead;
|
|
|
public GComponent m_comHead;
|
|
@@ -78,6 +79,7 @@ namespace UI.League
|
|
|
m_btnMember = (UI_Button3)UI_Button3.Create(comp.GetChild("btnMember"));
|
|
|
m_btnConstruct = (UI_Button3)UI_Button3.Create(comp.GetChild("btnConstruct"));
|
|
|
m_txtLowKeep = (GTextField)comp.GetChild("txtLowKeep");
|
|
|
+ m_grpLowKeep = (GGroup)comp.GetChild("grpLowKeep");
|
|
|
m_txtUnionName = (GTextField)comp.GetChild("txtUnionName");
|
|
|
m_comLeagueHead = (UI_ComLeagueHead)UI_ComLeagueHead.Create(comp.GetChild("comLeagueHead"));
|
|
|
m_comHead = (GComponent)comp.GetChild("comHead");
|
|
@@ -101,6 +103,7 @@ namespace UI.League
|
|
|
m_btnConstruct.Dispose();
|
|
|
m_btnConstruct = null;
|
|
|
m_txtLowKeep = null;
|
|
|
+ m_grpLowKeep = null;
|
|
|
m_txtUnionName = null;
|
|
|
m_comLeagueHead.Dispose();
|
|
|
m_comLeagueHead = null;
|