Hello
I have read the source code of the classes BindingSource and CurrencyManager. Since the constructor of the CurrencyManager is not exposed, is it possible to effectively implement the interface ICurrencyManagerProvider? Besides the class BindingSource, is there another implementation of the referred interface?
Thanks a lot.