i have following problem:
I am making a Windows Forms application and have to use other .cs Files which contain Console.Read() or Console.ReadLine(). The files should not be changed. I would like now to override the functions in order to use a button or a Textbox + Button instead of the Console.Read().
Since i should not change the .cs files, this seems not to be too trivial. Any ideas or leads?