提交
This commit is contained in:
@@ -7,6 +7,7 @@ namespace FGUI.JSettings
|
||||
{
|
||||
public partial class com_setting : GComponent
|
||||
{
|
||||
public Controller gift;
|
||||
public btn_6contact btn_contact;
|
||||
public btn_record btn_record;
|
||||
public GTextField text_uid;
|
||||
@@ -29,6 +30,7 @@ namespace FGUI.JSettings
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gift = GetControllerAt(0);
|
||||
btn_contact = (btn_6contact)GetChildAt(0);
|
||||
btn_record = (btn_record)GetChildAt(1);
|
||||
text_uid = (GTextField)GetChildAt(3);
|
||||
|
||||
Reference in New Issue
Block a user