예제 #1
0
 private void EnregistrerExcecute()
 {
     ID = Srv.AddClient(Client);
     ClientAdded?.Invoke(this, EventArgs.Empty);
 }