//参数类如下:
public class file_state
{ public file_state()
{
//
// TODO: 在此处添加构造函数逻辑
//
}
public string file_name;
public long file_length;
public byte [] buffer;
public long buffer_length;
public long pos;
public System.Windows.Forms.ProgressBar progress;
public System.Windows.Forms.TextBox textbox;
}