bingo b面修改
This commit is contained in:
@@ -23,11 +23,11 @@ namespace FGUI.JBingoPlay
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
title = (GTextField)GetChildAt(1);
|
||||
text = (GTextField)GetChildAt(2);
|
||||
btn_leave = (GButton)GetChildAt(3);
|
||||
btn_stay = (GButton)GetChildAt(4);
|
||||
closeButton = (GButton)GetChildAt(5);
|
||||
title = (GTextField)GetChildAt(2);
|
||||
text = (GTextField)GetChildAt(3);
|
||||
btn_leave = (GButton)GetChildAt(4);
|
||||
btn_stay = (GButton)GetChildAt(5);
|
||||
closeButton = (GButton)GetChildAt(6);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user