Create constants for package names

This commit is contained in:
Eric Reed
2013-03-02 13:54:31 -05:00
parent 72051998e7
commit 5d397aa363
2 changed files with 4 additions and 1 deletions

View File

@@ -9,5 +9,7 @@ namespace MediaBrowser.Common.Constants
public static class Constants
{
public const string MBAdminUrl = "http://www.mb3admin.com/admin/";
public const string MBServerPkgName = "MBServer";
public const string MBTheaterPkgName = "MBTheater";
}
}