31 lines
1.8 KiB
C#
31 lines
1.8 KiB
C#
|
|
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||
|
|
|
||
|
|
using FairyGUI;
|
||
|
|
|
||
|
|
namespace FGUI.G007_makeup
|
||
|
|
{
|
||
|
|
public class G007_makeupBinder
|
||
|
|
{
|
||
|
|
public static void BindAll()
|
||
|
|
{
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_lastname.URL, typeof(com_lastname));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_firstname.URL, typeof(com_firstname));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_enter.URL, typeof(com_enter));
|
||
|
|
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));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_confirm.URL, typeof(btn_confirm));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_trans.URL, typeof(com_trans));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_info.URL, typeof(com_info));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_cord.URL, typeof(com_cord));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_rank.URL, typeof(com_rank));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_newRecord.URL, typeof(com_newRecord));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(btn_watch.URL, typeof(btn_watch));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_step.URL, typeof(com_step));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_confirm.URL, typeof(com_confirm));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_record.URL, typeof(com_record));
|
||
|
|
UIObjectFactory.SetPackageItemExtension(com_cord_new.URL, typeof(com_cord_new));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|