I'm creating my first VSTO plugin for Microsoft Project and I'm trying to figure out how to handle global resources.
I have a library that manages and provides data from a webservice that I want to use to create Tasks in MS Project. However, I'm trying to figure out where to put that singleton of this library. It seems too-easy to put into my RibbonBase class, but I cant figure out a way to use the ThisAddIn class to manage/keep connections.
What is the expected way to manage tabs/buttons, and the resources they need?