bingo b面修改
This commit is contained in:
@@ -8,9 +8,9 @@ namespace FGUI.JSign
|
||||
public partial class com_sign : GComponent
|
||||
{
|
||||
public GGraph gp_bg;
|
||||
public GButton closeButton;
|
||||
public GList list_sign;
|
||||
public GTextField text_time;
|
||||
public GButton closeButton;
|
||||
public const string URL = "ui://9o0kw0z3ouxd0";
|
||||
|
||||
public static com_sign CreateInstance()
|
||||
@@ -23,9 +23,9 @@ namespace FGUI.JSign
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
gp_bg = (GGraph)GetChildAt(0);
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
list_sign = (GList)GetChildAt(3);
|
||||
list_sign = (GList)GetChildAt(4);
|
||||
text_time = (GTextField)GetChildAt(5);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user