Files
LanMountainDesktop/LanMountainDesktop/ComponentSystem/IComponentChromeContextAware.cs
lincube 915739ff7b 0.6.9
改变无声
2026-03-20 00:41:14 +08:00

9 lines
210 B
C#

using LanMountainDesktop.Host.Abstractions;
namespace LanMountainDesktop.ComponentSystem;
public interface IComponentChromeContextAware
{
void SetComponentChromeContext(ComponentChromeContext context);
}