Aurora-Modders / AuroraLoader

A tool for discovering and safely managing Aurora mods
MIT License
10 stars 5 forks source link

Set up Dependency Injection for registries #38

Open thashepherd opened 4 years ago

thashepherd commented 4 years ago

If you've heard of DI, you've probably also seen the dire need for it. Set this up between program start and loading up the forms. This will enable us to more easily chop up the monster that is FormMain in the future as well.