桌面共享

This commit is contained in:
snltty
2024-04-01 09:49:35 +08:00
parent c3f80b40c0
commit 208e1bffbf
293 changed files with 5880 additions and 3918 deletions

View 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)
{
}
}
}