namespace MediaBrowser.UI.Uninstall { /// /// Class Globals /// public static class Globals { /// /// The product name /// public static string ProductName = "Media Browser Theater"; /// /// The suite name /// public static string SuiteName = "Media Browser 3"; /// /// The publisher name /// public static string PublisherName = "Media Browser Team"; } }