Test Designer:

- Project Information can now be edited after a currency has been created via the Project->Game Management->Project Information menu item or right clicking on Game.xml within the Project Explorer.
This commit is contained in:
Scionwest_cp 2010-01-07 19:54:32 -08:00
parent 0e2f0439ec
commit f24d2bffa5
2 changed files with 62 additions and 56 deletions

View file

@ -171,5 +171,10 @@ namespace MudDesigner
{
LoadObject(treeExplorer.SelectedNode);
}
private void mnuProjectInformation_Click(object sender, EventArgs e)
{
propertyObject.SelectedObject = _Project;
}
}
}