mirror of
https://github.com/snltty/linker.git
synced 2025-12-24 12:38:04 +08:00
13 lines
208 B
C#
13 lines
208 B
C#
using common.libs.helpers;
|
|
|
|
namespace cmonitor.plugins.display.report
|
|
{
|
|
public sealed class DisplayLinux : IDisplay
|
|
{
|
|
public void SetDisplayState(bool onState)
|
|
{
|
|
}
|
|
|
|
}
|
|
}
|