a面修改
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FGUI.Pack_16
|
||||
public partial class pack_panel : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift;
|
||||
public GTextField text_goldnum;
|
||||
public GTextField text_refreshnum;
|
||||
public GTextField text_outnum;
|
||||
@@ -37,6 +38,7 @@ namespace FGUI.Pack_16
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
text_goldnum = (GTextField)GetChildAt(9);
|
||||
text_refreshnum = (GTextField)GetChildAt(10);
|
||||
text_outnum = (GTextField)GetChildAt(11);
|
||||
|
||||
Reference in New Issue
Block a user