mirror of
https://github.com/snltty/linker.git
synced 2025-11-02 05:24:21 +08:00
桌面共享
This commit is contained in:
17
cmonitor/plugins/viewer/report/ViewerLinux.cs
Normal file
17
cmonitor/plugins/viewer/report/ViewerLinux.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace cmonitor.plugins.viewer.report
|
||||
{
|
||||
public sealed class ViewerLinux : IViewer
|
||||
{
|
||||
public void Open(bool value, ViewerMode mode)
|
||||
{
|
||||
}
|
||||
public string GetConnectString()
|
||||
{
|
||||
return string.Empty;
|
||||
}
|
||||
public void SetConnectString(string connectStr)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user