Is it possible to control/write to a console from another. I have tested the Console.WriteLine, but nothing happend. I appreciate any help.
I meant write to a console from another class. Sorry for the misleading. I have a server class (Server.cs) and the main class (Program.cs). The server class is going to write some info about connection, and stuff like that, to the console.
TextReader. And it's static so how would you pass it's reference? ...