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

        pMng.WriteThread();
    }