Browse Source

vnc添加全屏

master
sc 7 months ago
parent
commit
24c4daf4f7
  1. 2
      EX/VNC.xaml.cs

2
EX/VNC.xaml.cs

@ -46,6 +46,8 @@ namespace SunlightCentralizedControlManagement_SCCM_.EX
// rdp.ConnectionLost += new EventHandler(ConnectionLostEventHandler);
// rdp.StoppedListen += new EventHandler(ConnectionLostEventHandler);
rdp.SetScalingMode(false);//自动缩放全屏
}

Loading…
Cancel
Save