提交修改

This commit is contained in:
Bob.Song
2026-03-24 18:01:31 +08:00
parent 12635b4da9
commit af639cdefc
50 changed files with 71 additions and 719 deletions

View File

@@ -11,6 +11,7 @@ namespace NBF
{
public const string URL = "ui://6hgkvlauh6z617p";
public GImage back;
public BtnInputControl BtnPrev;
public BtnInputControl BtnNext;
public GList List;
@@ -22,6 +23,7 @@ namespace NBF
{
base.ConstructFromXML(xml);
back = (GImage)GetChild("back");
BtnPrev = (BtnInputControl)GetChild("BtnPrev");
BtnNext = (BtnInputControl)GetChild("BtnNext");
List = (GList)GetChild("List");