I have a base class like this:
public class BaseModalCommand { protected object m_commandArgument; protected int m_commandID; protected int m_
Use properties. Change the member variables to private and then setup protected properties for each member variable.
Regards, Frank