bingo b面修改
This commit is contained in:
@@ -25,13 +25,13 @@ namespace FGUI.JTodo
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_0 = (btn_todo)GetChildAt(0);
|
||||
btn_1 = (btn_todo)GetChildAt(1);
|
||||
btn_2 = (btn_todo)GetChildAt(2);
|
||||
settings = (GButton)GetChildAt(3);
|
||||
btn_coin = (GComponent)GetChildAt(4);
|
||||
btn_cash = (GComponent)GetChildAt(5);
|
||||
group_ = (GGroup)GetChildAt(6);
|
||||
btn_0 = (btn_todo)GetChildAt(3);
|
||||
btn_1 = (btn_todo)GetChildAt(4);
|
||||
btn_2 = (btn_todo)GetChildAt(5);
|
||||
settings = (GButton)GetChildAt(6);
|
||||
btn_coin = (GComponent)GetChildAt(7);
|
||||
btn_cash = (GComponent)GetChildAt(8);
|
||||
group_ = (GGroup)GetChildAt(9);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user