blah blah blah is here! blah blah » Close

0
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 ...

Feedback