0
votes
votes
0 answers
data select problem
hello in a c# program i'm using the following code to fill a listbox. (it's a program to plan drivers jobs, the code returns a list of drivers who didn't receive a job yet for the selected date) [code] private List<string> Get ...
