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:
parent
0e2f0439ec
commit
f24d2bffa5
2 changed files with 62 additions and 56 deletions
|
@ -171,5 +171,10 @@ namespace MudDesigner
|
|||
{
|
||||
LoadObject(treeExplorer.SelectedNode);
|
||||
}
|
||||
|
||||
private void mnuProjectInformation_Click(object sender, EventArgs e)
|
||||
{
|
||||
propertyObject.SelectedObject = _Project;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue