Example #1
0
File: Vnc.cs Project: tmbx/kwm-ng
 /// <summary>
 /// Open the tunnel used by the VNC process.
 /// </summary>
 private void OpenTunnel()
 {
     Status       = VncSessionStatus.Tunnel;
     TunnelThread = new VncTunnelThread(this);
     TunnelThread.Start();
 }
Example #2
0
File: Vnc.cs Project: tmbx/kwm-ng
 /// <summary>
 /// Open the tunnel used by the VNC process.
 /// </summary>
 private void OpenTunnel()
 {
     Status = VncSessionStatus.Tunnel;
     TunnelThread = new VncTunnelThread(this);
     TunnelThread.Start();
 }