votes
User control library needs to call implementation in another library
I am trying to create a managed user control c# library (dll) that can call static class methods from another managed library (Call this the implementation). Both of these libraries will be referenced from a windows form application from th ...
