Room Designer:

- Cleaned up un-used code
 - Removed un-used Fields
 - Rooms can now be saved via the UI
 - Rooms can be loaded via a command line argument "room=Room Name.room"
This commit is contained in:
Scionwest_cp 2009-11-25 21:25:01 -08:00
parent 1cc477f23c
commit dae777bc24
2 changed files with 1 additions and 11 deletions

View file

@ -184,7 +184,6 @@
this.propertyRoom.Name = "propertyRoom";
this.propertyRoom.Size = new System.Drawing.Size(230, 430);
this.propertyRoom.TabIndex = 3;
this.propertyRoom.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyRoom_PropertyValueChanged);
//
// containerDesigner
//