Mercurial > silverbladetech
view Messaging/Server/Locator.cs @ 87:8bb84cc9ba3f
Clear out rubbish
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Thu, 26 Apr 2012 13:23:35 +0100 |
parents | 045dac571339 |
children |
line wrap: on
line source
using Server.UI; namespace Server { public class Locator { public MainWindowViewModel MainWindowViewModel { get { return new MainWindowViewModel(); } } } }