Mercurial > silverbladetech
diff Library/LibrarySystem/Core/Library.cs @ 59:3591c26bd63e
MVVMLight added
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 21 Apr 2012 19:20:28 +0100 |
parents | aef06698d9e2 |
children |
line wrap: on
line diff
--- a/Library/LibrarySystem/Core/Library.cs Sat Apr 21 15:06:48 2012 +0100 +++ b/Library/LibrarySystem/Core/Library.cs Sat Apr 21 19:20:28 2012 +0100 @@ -10,7 +10,7 @@ public string Location { get; private set; } public IList<IStock> StockList { get; private set; } - private Library() + private Library() { }