Beispiel #1
0
    void threadProc()
    {
        Pinger p = new Pinger();

        while (true)
        {
            p.ExecEndless();
        }
    }