namespace TinaX.UIKit.Const { public static class UIConst { public const string ServiceName = "TinaX.UIKit"; public static readonly string ConfigPath_Resources = $"{TinaX.Const.FrameworkConst.Framework_Configs_Folder_Path}/{ConfigFileName}"; public const string ConfigFileName = "UIKitConfig"; } }