1
0
mirror of https://github.com/DarthAffe/RGBSyncPlus synced 2025-12-12 17:08:31 +00:00
RGBSyncPlus/RGBSync+/Configuration/IConfiguration.cs

8 lines
142 B
C#

using System.ComponentModel;
namespace RGBSyncPlus.Configuration
{
public interface IConfiguration : INotifyPropertyChanged
{ }
}