1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Artemis/src/Artemis.UI/Screens/ProfileEditor/IProfileEditorPanelViewModel.cs
Robert c07ea09c9d Core - Streamlined public parts of profile creation
UI - Started adjusting the VMs for the layer refactor
2020-09-10 19:56:39 +02:00

8 lines
136 B
C#

using Stylet;
namespace Artemis.UI.Screens.ProfileEditor
{
public interface IProfileEditorPanelViewModel : IScreen
{
}
}