Files
BingoGrassland/Assets/BingoBrain/FGUI/Package/tixian/tixianBinder.cs
T

37 lines
2.3 KiB
C#
Raw Normal View History

2026-04-20 13:49:36 +08:00
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
using FairyGUI;
2026-05-08 11:03:00 +08:00
namespace FGUI.tixian
2026-04-20 13:49:36 +08:00
{
2026-05-08 11:03:00 +08:00
public class tixianBinder
2026-04-20 13:49:36 +08:00
{
public static void BindAll()
{
2026-05-08 11:03:00 +08:00
UIObjectFactory.SetPackageItemExtension(com_cord_new.URL, typeof(com_cord_new));
UIObjectFactory.SetPackageItemExtension(btn_get.URL, typeof(btn_get));
2026-04-20 13:49:36 +08:00
UIObjectFactory.SetPackageItemExtension(com_lastname.URL, typeof(com_lastname));
UIObjectFactory.SetPackageItemExtension(com_firstname.URL, typeof(com_firstname));
UIObjectFactory.SetPackageItemExtension(com_enter.URL, typeof(com_enter));
2026-05-08 11:03:00 +08:00
UIObjectFactory.SetPackageItemExtension(btn_edit.URL, typeof(btn_edit));
2026-04-20 13:49:36 +08:00
UIObjectFactory.SetPackageItemExtension(com_task.URL, typeof(com_task));
UIObjectFactory.SetPackageItemExtension(cash_levelcom.URL, typeof(cash_levelcom));
UIObjectFactory.SetPackageItemExtension(level_btn.URL, typeof(level_btn));
UIObjectFactory.SetPackageItemExtension(com_regulation.URL, typeof(com_regulation));
2026-05-08 11:03:00 +08:00
UIObjectFactory.SetPackageItemExtension(com_broadcast.URL, typeof(com_broadcast));
UIObjectFactory.SetPackageItemExtension(btn_pay.URL, typeof(btn_pay));
2026-04-20 13:49:36 +08:00
UIObjectFactory.SetPackageItemExtension(com_info.URL, typeof(com_info));
2026-05-08 11:03:00 +08:00
UIObjectFactory.SetPackageItemExtension(btn_confirm.URL, typeof(btn_confirm));
2026-04-20 13:49:36 +08:00
UIObjectFactory.SetPackageItemExtension(com_cord.URL, typeof(com_cord));
UIObjectFactory.SetPackageItemExtension(com_rank.URL, typeof(com_rank));
UIObjectFactory.SetPackageItemExtension(com_newRecord.URL, typeof(com_newRecord));
2026-05-08 11:03:00 +08:00
UIObjectFactory.SetPackageItemExtension(com_ticket_item.URL, typeof(com_ticket_item));
UIObjectFactory.SetPackageItemExtension(btn_kicket.URL, typeof(btn_kicket));
UIObjectFactory.SetPackageItemExtension(btn_code.URL, typeof(btn_code));
UIObjectFactory.SetPackageItemExtension(com_saveingpot.URL, typeof(com_saveingpot));
UIObjectFactory.SetPackageItemExtension(btn_top.URL, typeof(btn_top));
2026-04-20 13:49:36 +08:00
UIObjectFactory.SetPackageItemExtension(com_confirm.URL, typeof(com_confirm));
UIObjectFactory.SetPackageItemExtension(com_record.URL, typeof(com_record));
}
}
}