S
Stefano Meier
If in a WindowsApplication in the static main method I have something like:
System.Console.WriteLine("Starting Application ..:");
and I start this WindowsApplication from a console I won't recive the
"Starting Application ..:" message. Why?
System.Console.WriteLine("Starting Application ..:");
and I start this WindowsApplication from a console I won't recive the
"Starting Application ..:" message. Why?