摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Configuration;using System.IO.Pipes;using System.Threading;namespace WindowsFormsApplication1{ public partial c 阅读全文
posted @ 2011-10-25 09:33 kuailewangzi1212 阅读(282) 评论(0) 推荐(0) 编辑
摘要: //一、工具类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.IO.Pipes;namespace ws.NamePipe{ public class Client { string str_ServerName = ""; string str_pipename = ""; /// <summary> /// 构造函数 /// ws.NamePipe.Cl 阅读全文
posted @ 2011-10-25 09:29 kuailewangzi1212 阅读(345) 评论(0) 推荐(0) 编辑