摘要: 发送端:static void Main(string[] args) { while(true) { String strInput = Console.ReadLine(); if (strInput == "q") break; int hPdf = IPCTool.FindWindow(null, @"pdfWatermark0"); if (hPdf != 0) { IPCTool.CO... 阅读全文
posted @ 2010-09-29 10:42 有安科技 阅读(1035) 评论(0) 推荐(0)