Hello,
I am trying to add additional property to all the DataGridViewCel l types by
implementing a Decorator pattern. For that I need to access protected members
in the base class(because most of the virtual methods in the DataGridViewCel l
are protected) through an instance of the Base class in my Decorator class
which is also derived from Base class. What could be an alternative for this
problem?
Thanks for any help in advance.
I am trying to add additional property to all the DataGridViewCel l types by
implementing a Decorator pattern. For that I need to access protected members
in the base class(because most of the virtual methods in the DataGridViewCel l
are protected) through an instance of the Base class in my Decorator class
which is also derived from Base class. What could be an alternative for this
problem?
Thanks for any help in advance.
Comment