Esempio n. 1
0
 public bool AddRemoteVnc(string name, string ipAdd, int port)
 {
     return(wcfService.AddRemoteVnc(name, ipAdd, port));
 }