Browse Source

vnc添加全屏

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

10
EX/VNC.xaml.cs

@ -41,10 +41,12 @@ namespace SunlightCentralizedControlManagement_SCCM_.EX
// vnc.MouseWheel += Vnc_MouseWheel; // vnc.MouseWheel += Vnc_MouseWheel;
// vnc.PreviewKeyDown += Vnc_PreviewKeyDown; // vnc.PreviewKeyDown += Vnc_PreviewKeyDown;
// rdp.ConnectComplete += new ConnectCompleteHandler(ConnectCompleteEventHandler); // rdp.ConnectComplete += new ConnectCompleteHandler(ConnectCompleteEventHandler);
// rdp.ConnectionLost += new EventHandler(ConnectionLostEventHandler); // rdp.ConnectionLost += new EventHandler(ConnectionLostEventHandler);
// rdp.StoppedListen += new EventHandler(ConnectionLostEventHandler); // rdp.StoppedListen += new EventHandler(ConnectionLostEventHandler);
rdp.SetScalingMode(false);//自动缩放全屏
} }

Loading…
Cancel
Save