Constants.cs 287 B

12345678910
  1. 
  2. namespace MediaBrowser.Common.Constants
  3. {
  4. public static class Constants
  5. {
  6. public const string MbAdminUrl = "http://www.mb3admin.com/admin/";
  7. public const string MbServerPkgName = "MBServer";
  8. public const string MbTheaterPkgName = "MBTheater";
  9. }
  10. }