/// #pkgName FGUI包名 /// #panelName UIPanel名字 /// #UIName = $"{#pkgName}{#panelName}" UIKey名字 /// 该脚本由模板创建 /// created by cb 2024 using XGame.Framework.UI; namespace FL.FGUI { public static partial class UINestedKeys { private static UIKey _PartnerEpiPlanLineItem; public static UIKey PartnerEpiPlanLineItem => _PartnerEpiPlanLineItem ?? (_PartnerEpiPlanLineItem = new UIKey("Partner", "EpiPlanLineItem", typeof(PartnerEpiPlanLineItemView))); } public partial class PartnerEpiPlanLineItemView : NestedView { protected override void OnDispose() { } } }