资讯

I have a C# windows form application which launches another form, and when I close down the app the process is still running.
I'm a semi-experienced C++ programmer trying to pick up C# and I'm having a bit of trouble trying to find the C# equivalent of a 'cout'. I'm trying to develop a Windows Forms application which I ...