mirror of
https://github.com/DarthAffe/RGBSyncPlus
synced 2025-12-12 17:08:31 +00:00
8 lines
142 B
C#
8 lines
142 B
C#
using System.ComponentModel;
|
|
|
|
namespace RGBSyncPlus.Configuration
|
|
{
|
|
public interface IConfiguration : INotifyPropertyChanged
|
|
{ }
|
|
}
|