摘要: 1:下载文件 void runFile(SharedFile r) { var filepath = Path.Combine(Application.StartupPath, "Doc", r.FileName); if (File.Exists(filepath)) { if (r.Viewed) { System.Diagnostics.Process.Start(filepath); return; } else { File.Delete(filepath); } } dgSharedFile.Enabled = false; waitingFilePanel.V 阅读全文
posted @ 2011-03-06 08:18 liulun 阅读(897) 评论(0) 推荐(0)