blah blah blah is here! blah blah » Close

0
votes
0 answers

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 ...

Feedback