12 2014 档案
WEBService动态调用代码
摘要:BasicHttpBinding bind = new BasicHttpBinding(); bind.MaxReceivedMessageSize = int.MaxValue; EndpointAddress edp = new E...
阅读全文
C#画线源码
摘要:画线 private void Form1_Load(object sender, EventArgs e) { this.Paint += new PaintEventHandler(Form1_Paint); } //画线 void...
阅读全文