摘要: Demo.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Linq; using System.Text; using... 阅读全文
posted @ 2008-07-06 21:15 angushine 阅读(280) 评论(0) 推荐(0) 编辑
摘要: TableAttribute.cs using System; using System.Collections.Generic; using System.Text; namespace Common { [AttributeUsage(AttributeTargets.Class)] public class TableAttribute : Attribute { ... 阅读全文
posted @ 2008-07-06 21:04 angushine 阅读(168) 评论(0) 推荐(0) 编辑