代码改变世界

C#实现多线程读取FastCopy

2014-03-14 21:41 by 迪卡巍, 1116 阅读, 1 推荐, 收藏,
摘要:using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Threading;using Microsoft.Win32.SafeHandles;using System.Runtime.InteropServices;using System.Media;using System.Windows.Forms;using System.Runtime.Remoting.Contexts;using System.Diagnostics;namespace FastCo 阅读全文