Mercurial > silverbladetech
view Library/LibrarySystem/Interfaces/IPublisher.cs @ 49:502f5f365649
Initial load for Silverlight Example Application
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Tue, 17 Apr 2012 17:57:52 +0100 |
parents | aef06698d9e2 |
children |
line wrap: on
line source
namespace LibrarySystem.Interfaces { public interface IPublisher { string Name { get; } } }