Visual Components:

- Removed the project from the solution, as the Controls have been moved into the MUD Engine project.
This commit is contained in:
Scionwest_cp 2009-11-27 20:48:35 -08:00
parent 72a111c09d
commit c4e423fc25
8 changed files with 6 additions and 346 deletions

View file

@ -148,6 +148,7 @@
this.btnSaveRoom.TabIndex = 6;
this.btnSaveRoom.Text = "Save Room";
this.btnSaveRoom.UseVisualStyleBackColor = true;
this.btnSaveRoom.Click += new System.EventHandler(this.btnSaveRoom_Click);
//
// groupBox2
//