a面提交
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FGUI.AddCell_12
|
||||
public partial class com_addView : GComponent
|
||||
{
|
||||
public Controller pay_type;
|
||||
public Controller gift;
|
||||
public GTextField title;
|
||||
public GButton btn_close;
|
||||
public GButton btn_watch;
|
||||
@@ -27,6 +28,7 @@ namespace FGUI.AddCell_12
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
gift = GetControllerAt(1);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
btn_watch = (GButton)GetChildAt(10);
|
||||
|
||||
Reference in New Issue
Block a user