Ejemplo n.º 1
0
 public Product(string Brand, string Model, string Os, string SSize, string cam, string bat, string body, string memo, string feat, string cpu, string rdate, string lprice, string ImgPath)
 {//TModelNo.Text, TBrand.Text, TOs.Text,TSize.Text,TCam.Text,TBat.Text,TBody.Text,TMemory.Text,TFeat.Text,TCpu.Text,TRDate.Text,TLPrice.Text,arr
     this.Model = Model;
     this.Brand = Brand;
     this.Os    = Os;
     //this.arr=arr;
     this.SSize   = SSize;
     this.cam     = cam;
     this.bat     = bat;
     this.body    = body;
     this.memo    = memo;
     this.feat    = feat;
     this.cpu     = cpu;
     this.rdate   = rdate;
     this.lprice  = lprice;
     this.ImgPath = ImgPath;
     gs           = new GSDatabase();
     ad           = new Admin();
 }
Ejemplo n.º 2
0
 public Product()
 {
     gs = new GSDatabase();
 }
Ejemplo n.º 3
0
 public User()
 {
     gs = new GSDatabase();
 }