http://tech.it168.com/a2009/0604/583/000000583382_5.shtml

];
                MessageBox.Show(string.Format("下载耗时:{0},解压ZIP耗时:{1},解压序列化耗时:{2},绑定数据耗时:{3},数据量:{4}",
               dtDown - dtBegin, dtUnzip - dtDown, dtSerial - dtUnzip, DateTime.Now - dtSerial, datas.Length));
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.ToString());
            }
        }

05-28 11:05