There is a WPF application. I have already written a lot of code and I would not want to create a console and transfer the code there. Is it possible to somehow turn my application into a console? Type of output in the properties of the project has already changed. Now, as I understand it, you need to change the entry point so that the window is not initialized (Correct, do not understand how to write the word (=). I tried to comment out the line:
InitializeComponent(); But the window still appeared ... Apparently not so I understand this line.
Видимо не так я понимаю эту строку.- yes, this is the initialization of the filling of the window, but the creation of the window itself and its display in another place - Andrey NOP