Turned SimClient into a partial class (and added SimClient(Grid), so that grid mode specific code can be kept separate)

Fixed the ServiceManager project (added reference to System.Xml to its project in prebuil.xml)
This commit is contained in:
MW
2007-05-15 15:05:13 +00:00
parent f41e5343c5
commit db6427b6f4
8 changed files with 306 additions and 327 deletions

View File

@@ -145,6 +145,9 @@
<Compile Include="RegionInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SimClient(Grid).cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="SimClient.cs">
<SubType>Code</SubType>
</Compile>