joeldevlearning / wf-poll

A WinForms Poll App
0 stars 0 forks source link

Better use of LINQ #5

Open joeldevlearning opened 7 years ago

joeldevlearning commented 7 years ago

Create a filtering delegate for each candidate's name and pass that to the LINQ query.

Also consider using extension methods for this.

joeldevlearning commented 7 years ago

Was able to use a nice Linq expression in PollForm.cs to filter RadioButtons and identify which was checked.