Exemplo n.º 1
0
 private void DeleteExcecute()
 {
     Srv.RemoveClient(Client.IdentifiantCli);
     ClientDeleted?.Invoke(this, EventArgs.Empty);
 }