Exemplo n.º 1
0
 public static void RemoveClient(WakeOnLANClientInfo client)
 {
     Clients.Remove(client);
 }
Exemplo n.º 2
0
 public static void AddClient(WakeOnLANClientInfo client)
 {
     Clients.Add(client);
 }