Beispiel #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();
 }
Beispiel #2
0
 // Methods
 public UserNameList()
 {
     this.db = new DBHelper();
 }
Beispiel #3
0
 // Methods
 public Record()
 {
     this.db = new DBHelper();
 }
Beispiel #4
0
 // Methods
 public AddressList()
 {
     this.db = new DBHelper();
 }