1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Artemis/src/Artemis.UI.Shared/Services/Interfaces/IArtemisSharedUIService.cs
SpoinkyNL 3ec90766aa UI - Implemented tray icon
UI - Moved dialog service to the shared UI project
UI - Implemented autorun
2020-02-23 12:37:30 +01:00

7 lines
160 B
C#

namespace Artemis.UI.Shared.Services.Interfaces
{
// ReSharper disable once InconsistentNaming
public interface IArtemisSharedUIService
{
}
}