Пример #1
0
    static void ThreadFunc(object obj)
    {
        CHttpDownMng pMng = obj as CHttpDownMng;

        pMng.DownThread();
    }