OK, let's start with I do not need: Show console window in forms application like in this video https://www.youtube.com/watch?v=YHo_W2PvVWs is not what I am looking for.
I have created WinForms application, that has got several small application inside like: temperature converter, calculator and other. Now I want to have a button, that will call console and in there there already will be a logic for console application like here: https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-console?view=vs-2019.
The main point is to start console application (with already imbedded code) in WinForms?