Mud Designer:

- Realm Widget now informs users that it is not implemented yet upon being clicked on.
This commit is contained in:
Scionwest_cp 2010-05-21 15:05:41 -07:00
parent 02c7b18094
commit 5a18ddaf07
2 changed files with 7 additions and 1 deletions

View file

@ -70,7 +70,7 @@ namespace MudDesigner.UIWidgets
void button_Click(object sender, EventArgs e)
{
MessageBox.Show("Widgets are still under development.");
}
public override void Refresh()

View file

@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mud Designer", "Mud Designer\Mud Designer.csproj", "{F0C50EA1-80F7-4CE6-93A3-A4E9F34F0434}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MudServer", "MudServer\MudServer.csproj", "{C1C91244-5360-4F79-B3F1-6F27EDA4A369}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -13,6 +15,10 @@ Global
{F0C50EA1-80F7-4CE6-93A3-A4E9F34F0434}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0C50EA1-80F7-4CE6-93A3-A4E9F34F0434}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0C50EA1-80F7-4CE6-93A3-A4E9F34F0434}.Release|Any CPU.Build.0 = Release|Any CPU
{C1C91244-5360-4F79-B3F1-6F27EDA4A369}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1C91244-5360-4F79-B3F1-6F27EDA4A369}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1C91244-5360-4F79-B3F1-6F27EDA4A369}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1C91244-5360-4F79-B3F1-6F27EDA4A369}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE