1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Artemis/src/Artemis.UI/Screens/IMainScreenViewModel.cs
RobertBeekman 962b13c6ed
UI - Added routing (#802)
ColorGradient - Fixed GetColor returning the first stop if position was after the last stop
2023-07-02 22:15:38 +02:00

8 lines
147 B
C#

using Artemis.UI.Shared;
namespace Artemis.UI.Screens;
public interface IMainScreenViewModel
{
ViewModelBase? TitleBarViewModel { get; }
}