mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Layouts - Removed public interface property
This commit is contained in:
parent
6545c25c2d
commit
922488358a
@ -18,7 +18,7 @@ namespace RGB.NET.Layout
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the author of the <see cref="IDeviceLayout"/>.
|
/// Gets or sets the author of the <see cref="IDeviceLayout"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string? Author { get; }
|
string? Author { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the <see cref="RGBDeviceType"/> of the <see cref="IDeviceLayout"/>.
|
/// Gets or sets the <see cref="RGBDeviceType"/> of the <see cref="IDeviceLayout"/>.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user