using AvaloniaCoreRTDemo.Interfaces; namespace AvaloniaCoreRTDemo { public interface IMainWindow { IThemeSwitch ThemeSwitch { get; } } }