fix:1、替换资源。2、修复bug
This commit is contained in:
@@ -22,10 +22,10 @@ namespace FGUI.ZM_AddCell_12
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
btn_close = (GButton)GetChildAt(3);
|
||||
text_goldnum = (GTextField)GetChildAt(4);
|
||||
btn_receive = (GButton)GetChildAt(5);
|
||||
end_point = (GTextField)GetChildAt(6);
|
||||
btn_close = (GButton)GetChildAt(1);
|
||||
text_goldnum = (GTextField)GetChildAt(2);
|
||||
btn_receive = (GButton)GetChildAt(3);
|
||||
end_point = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user