Search results for query: *

  1. B

    Resolved What ends a console program, if a child task is still running?

    Silly me, I totally missed that Console.Reradln ... Sorry having bugged you. Wished I could delete the original message, but it seems I can't?
  2. B

    Resolved What ends a console program, if a child task is still running?

    Hi all, I usually have GUI applications. Recently I did, in the process of learning how to deal with socket programming, come across a console program like this: class Program { static void Main(string[] args) { var echo = new EchoServer()...
Back
Top Bottom