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(); }
public Product() { gs = new GSDatabase(); }
public User() { gs = new GSDatabase(); }