2013-04-10 15:38:23 +00:00
|
|
|
|
|
2013-02-27 12:49:55 +00:00
|
|
|
|
namespace MediaBrowser.Common.Constants
|
|
|
|
|
{
|
|
|
|
|
public static class Constants
|
|
|
|
|
{
|
2013-04-10 15:38:23 +00:00
|
|
|
|
public const string MbAdminUrl = "http://www.mb3admin.com/admin/";
|
|
|
|
|
public const string MbServerPkgName = "MBServer";
|
|
|
|
|
public const string MbTheaterPkgName = "MBTheater";
|
2013-02-27 12:49:55 +00:00
|
|
|
|
}
|
|
|
|
|
}
|