示例#1
0
 public Log_Form()
 {
     this.page = 20;
     this.pageIndex = 1;
     this.model = new Model();
     this.db = new DBHelper();
     this.log = new LogInfo();
     this.InitializeComponent();
 }
示例#2
0
 // Methods
 public UserNameList()
 {
     this.db = new DBHelper();
 }
示例#3
0
文件: Record.cs 项目: C7C/MailXSSTool
 // Methods
 public Record()
 {
     this.db = new DBHelper();
 }
示例#4
0
 // Methods
 public AddressList()
 {
     this.db = new DBHelper();
 }