views:

23

answers:

0

Hi, I used to have one project where i had defined all my application settings. In all the different forms I binded controls to those settings and everything worked great. I decided to split the one project into several ones. One of the projects is now shared by all and that project is now hosting the application Settings. The problem is, how do I set the PropertyBindings of all the Controls to those settings now that they are not in the same project? Thanks Y.