mirror of
https://github.com/bvanroll/cs-oo-project.git
synced 2025-08-29 20:12:40 +00:00
euh
This commit is contained in:
@@ -46,9 +46,9 @@ namespace Gui
|
||||
|
||||
public void updateGame_Click(object sender, EventArgs args)
|
||||
{
|
||||
logic = (LogicLayer)System.Web.HttpContext.Current.Application["logic"];
|
||||
|
||||
IList<Game> boundList2 = (IList<Game>)listGames.DataSource;
|
||||
HttpContext.Current.Application["currGame"] = boundList2[listGames.SelectedIndex];
|
||||
HttpContext.Current.Application["currGame"] = logic.getGameByString(listGames.SelectedValue);
|
||||
Server.Transfer("updateGame.aspx");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user