摘要: using System;using System.Data;using System.Configuration;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebContro... 阅读全文
posted @ 2015-04-09 15:56 天涯过者 阅读(240) 评论(0) 推荐(0) 编辑
摘要: public abstract class AUser { public abstract UserInfo getUser(); public virtual void Save(... 阅读全文
posted @ 2015-04-09 15:44 天涯过者 阅读(476) 评论(0) 推荐(0) 编辑
摘要: /// /// 重写父类的方法,父类要执行的方法已经被覆盖 /// /// protected override void OnInit(EventArgs e) { Console.Write(... 阅读全文
posted @ 2015-04-09 15:42 天涯过者 阅读(268) 评论(0) 推荐(0) 编辑