예제 #1
0
 public void LoadData()
 {
     foreach (Client client in _clientsProvider.LoadClients())
     {
         Clients.Add(client);
     }
 }