Files
LanMountainDesktop/LanMontainDesktop/ComponentSystem/BuiltInComponentIds.cs
lincube 87f47e1887 0.2.0
组件系统
2026-03-01 16:50:06 +08:00

9 lines
217 B
C#

namespace LanMontainDesktop.ComponentSystem;
public static class BuiltInComponentIds
{
public const string Clock = "Clock";
public const string Blank2x4 = "Blank2x4";
public const string Date = "Date";
}