换皮
This commit is contained in:
@@ -27,13 +27,13 @@ namespace FGUI.AddCell_12
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
pay_type = GetControllerAt(0);
|
||||
title = (GTextField)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(8);
|
||||
btn_watch = (GButton)GetChildAt(9);
|
||||
tips = (GTextField)GetChildAt(10);
|
||||
ads = (GTextField)GetChildAt(11);
|
||||
btn_max_pay = (GButton)GetChildAt(12);
|
||||
broad = (GComponent)GetChildAt(15);
|
||||
title = (GTextField)GetChildAt(7);
|
||||
btn_close = (GButton)GetChildAt(9);
|
||||
btn_watch = (GButton)GetChildAt(10);
|
||||
tips = (GTextField)GetChildAt(11);
|
||||
ads = (GTextField)GetChildAt(12);
|
||||
btn_max_pay = (GButton)GetChildAt(13);
|
||||
broad = (GComponent)GetChildAt(16);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user