[Solved] Breaking a big class into smaller methods [closed]
There’s a few things I can see you’re misunderstanding based on your attempt to do this. One is the attempt to access variables in locations where they are not in scope. sender and msg are two examples. Another is that you’re not returning msg from the Send method so it can be used in the … Read more