Пример #1
0
 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";
 }
Пример #2
0
 private void getUserLib_Click(object sender, EventArgs e)
 {
     TGRS_API api = new TGRS_API();
     //  api.GetGameLibrary(int.Parse(userIdTB.Text));
 }