private void getGameButton_Click(object sender, EventArgs e) { TGRS_API api = new TGRS_API(); //Game g = api.getGame(int.Parse(gameIdTB.Text)); // outputRB.Text += g.name + "\n"; // outputRB.Text += g.description + "\n"; }
private void getUserLib_Click(object sender, EventArgs e) { TGRS_API api = new TGRS_API(); // api.GetGameLibrary(int.Parse(userIdTB.Text)); }