This commit is contained in:
2026-05-09 14:47:38 +08:00
parent 04351b9580
commit cb2792aaa2
12 changed files with 45 additions and 39 deletions
@@ -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);