Quantcast
Channel: Windows Forms Data Controls and Databinding forum
Viewing all articles
Browse latest Browse all 2535

Is it impossible to implement ICurrencyManagerProvider outside System.Windows.Forms namespace?

$
0
0

Hello

I have read the source code of the classes BindingSource and CurrencyManager. Since the constructor of the CurrencyManager is not exposed (it is declared as Internal), is it possible to effectively implement the interface ICurrencyManagerProvider? Besides the class BindingSource, is there another implementation of the referred interface?

namespace System.Windows.Forms {

    ...

    public class CurrencyManager : BindingManagerBase {


        internal CurrencyManager(Object dataSource) {
            SetDataSource(dataSource);
        }

   ...

   }

}

Thanks a lot.



Viewing all articles
Browse latest Browse all 2535

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>