Exemple #1
0
 public Main()
 {
     InitializeComponent();
     dbs = new DATABASE();
     lbl = new LABELS();
     dbs.SetUser("shauni");
     dbs.SetPass("wDrTxy3hSUnRHLKY");
     dbs.SetServer("jpsharpe.net");
     dbs.SetDatabase("ewaste");
     dbs.Connection();
     dbs.receivingListBox_Query(ref this.receivingListBox);
     dbs.harvestListBox_Query(ref this.harvestListBox);
     dbs.reuseListBox_Query(ref this.reuseListBox);
 }
 public Main()
 {
     InitializeComponent();
     dbs = new DATABASE();
     lbl = new LABELS();
     dbs.SetUser("shauni");
     dbs.SetPass("wDrTxy3hSUnRHLKY");
     dbs.SetServer("jpsharpe.net");
     dbs.SetDatabase("ewaste");
     dbs.Connection();
     dbs.receivingListBox_Query(ref this.receivingListBox);
     dbs.harvestListBox_Query(ref this.harvestListBox);
     dbs.reuseListBox_Query(ref this.reuseListBox);
 }