摘要:
private void PrintDoc(string filename) { try { System.Diagnostics.ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo(); startInfo.UseShellExecute = true; startInfo.Verb = "Print"; start... 阅读全文
posted @ 2012-12-14 10:35
TopCoder.NET
阅读(163)
评论(0)
推荐(0)
浙公网安备 33010602011771号