예제 #1
0
 public AddExpenseToDb()
 {
     this.conn = new DbConn();
 }
예제 #2
0
 public SellDataFromDb()
 {
     this.conn = new DbConn();
     this.dt   = new DataTable();
 }
예제 #3
0
 public TransectionFromDb()
 {
     this.conn = new DbConn();
     this.dt   = new DataTable();
 }
예제 #4
0
 public priceCollector()
 {
     this.conn = new DbConn();
 }
예제 #5
0
 public loginData(string email, string pass)
 {
     this.conn  = new DbConn();
     this.email = email;
     this.pass  = pass;
 }
예제 #6
0
 public loginData()
 {
     this.conn  = new DbConn();
     this.email = null;
     this.pass  = null;
 }
예제 #7
0
 public AddToStock()
 {
     this.conn = new DbConn();
 }