Esempio n. 1
0
 public Detail(int gameId, tblUser user, ShoppingCart cart)
 {
     InitializeComponent();
     curGame      = gDao.FindById(gameId);
     this.curUser = user;
     this.cart    = cart;
 }