This commit is contained in:
Eric Reed
2014-01-25 16:12:51 -05:00
6 changed files with 44 additions and 7 deletions

View File

@@ -13,6 +13,12 @@ namespace MediaBrowser.Common
/// </summary>
public interface IApplicationHost
{
/// <summary>
/// Gets the name.
/// </summary>
/// <value>The name.</value>
string Name { get; }
/// <summary>
/// Occurs when [application updated].
/// </summary>