joeldevlearning / wf-poll

A WinForms Poll App
0 stars 0 forks source link

Inject dependencies in one place #6

Closed joeldevlearning closed 7 years ago

joeldevlearning commented 7 years ago

Currently dependencies are defined in Poller and PollForm. Try making Program.cs the composition root and implement poor man's DI by injecting everything from there.

joeldevlearning commented 7 years ago

Program.cs is now a defacto composition root https://github.com/joeldevlearning/wf-poll/commit/04e881167be3a96ac4d0a0bbcad027761823e517