Example #1
0
 public BindingList <Client> GetListOfClients()
 {
     return(searchController.GetList());
 }