in reply to Re: Re: Re: single instance shared with module
in thread single instance shared with module
All A has is WriteLog. Why would i want to pull it out just to put it in C?
And design patters sound great but really all i need is a way to pass the instance in main to B.
I will try passing it when i cann B's new method.