12 2014 档案
WEBService动态调用代码
摘要:BasicHttpBinding bind = new BasicHttpBinding(); bind.MaxReceivedMessageSize = int.MaxValue; EndpointAddress edp = new E... 阅读全文
posted @ 2014-12-26 17:48 代码改变世界&1024 阅读(234) 评论(0) 推荐(0)
C#画线源码
摘要:画线 private void Form1_Load(object sender, EventArgs e) { this.Paint += new PaintEventHandler(Form1_Paint); } //画线 void... 阅读全文
posted @ 2014-12-20 14:01 代码改变世界&1024 阅读(2364) 评论(0) 推荐(0)