摘要: using System;using System.Windows.Forms;using System.Web;using System.Security.Permissions;namespace WindowsFormsApplication2{ [PermissionSet(SecurityAction.Demand, Name = "FullTrust")] [System.Runtim... 阅读全文
posted @ 2008-03-14 17:01 网碾平 阅读(844) 评论(0) 推荐(0) 编辑
摘要: /**////<summary>登录///</summary>///<paramname="url"></param>///<paramname="paramList"></param>///<returns></returns>publicstaticstringLogin(Stringurl,Str... 阅读全文
posted @ 2008-03-14 16:55 网碾平 阅读(6985) 评论(2) 推荐(0) 编辑