摘要: namespace MyClass{public class Animal //创建一个类{string type; //声明了类成员string typepublic void SetType(string type) //声明了类方法{this.type = type; //字段赋值}}class Program //主程序类{static void Main(string[] args) /... 阅读全文
posted @ 2010-11-25 12:14 Curitis 阅读(242) 评论(0) 推荐(0) 编辑
摘要: protected void Page_() { linkFirst.Enabled = true; linkUp.Enabled = true; linkUp.Enabled = true; linkDown.Enabled = true; string strsql = "select * from newsinfo"; DataSet ds = Sh.GetDataSource(strsql... 阅读全文
posted @ 2010-11-25 09:43 Curitis 阅读(140) 评论(0) 推荐(0) 编辑