摘要: Main函数 1 static void Main(string[] args) 2 { 3 //初始化数据库 4 var customers = new[] { 5 new { CustomerID = 1, FirstName = "Orlando", LastName = "Gee", 6 CompanyName = "A Bike Store" }, 7 new { CustomerID = 2, Fir... 阅读全文
posted @ 2012-03-12 13:18 hercMoray 阅读(232) 评论(0) 推荐(1) 编辑