摘要:
using Microsoft.Web.Administration;using System;using System.Windows.Forms; 引入的命名空间,主要就是using Microsoft.Web.Administration;这个, public partial class Fo 阅读全文
摘要:
class UserInfo { public int ID { get; set; } public string Name { get; set; } public DateTime? CreateDate { get; set; } public decimal? Number { get; 阅读全文