This commit is contained in:
2025-06-12 09:19:42 +08:00
parent b05aa2d5da
commit 026ac89505
51 changed files with 503 additions and 364 deletions

View File

@@ -13,7 +13,6 @@ namespace NBF
public HomeButtonGroups OpGroup;
public BottomMenu BottomMenu;
public GButton BtnTest;
public override void ConstructFromXML(XML xml)
{
@@ -21,7 +20,6 @@ namespace NBF
OpGroup = (HomeButtonGroups)GetChild("OpGroup");
BottomMenu = (BottomMenu)GetChild("BottomMenu");
BtnTest = (GButton)GetChild("BtnTest");
OnInited();
UILanguage.TrySetComponentLanguage(this);
}

View File

@@ -21,7 +21,7 @@ namespace NBF
}
}
buttons.Add(BtnTest);
// buttons.Add(BtnTest);
navigate = new ButtonNavigate(buttons);
this.AutoListenInput();