Exemplo n.º 1
0
 //Updates the Clientinformations in the view
 public void ClientSelected(Object c)
 {
     if (c != null)
     {
         currentSystem = (ClientSystem)c;
         view.UpdateClientDetails(currentSystem.Computername, currentSystem.ClientIP.ToString(), currentSystem.Type);
     }
 }