1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00
This commit is contained in:
Darth Affe 2020-04-18 15:13:48 +02:00
parent f764c3dc8f
commit 49de32724a

View File

@ -3,6 +3,6 @@
/// <summary> /// <summary>
/// Represents a device with unkown or not specified type. /// Represents a device with unkown or not specified type.
/// </summary> /// </summary>
public interface IInknownDevice : IRGBDevice public interface IUnknownDevice : IRGBDevice
{ } { }
} }