static ServicesUIText() { ArchiveService = new ServicesUIText(Strings.ArchiveService, Strings.ArchiveServices, Strings.HostNameOrIPAddress, Strings.ExampleArchiveHostNameIP, Strings.HelpURLArchiveInfo); VenueService = new ServicesUIText(Strings.Venue_Service, Strings.Venue_Services, Strings.URL, Strings.ExampleURL, Strings.HelpURLVenuesInfo); ReflectorService = new ServicesUIText(Strings.ReflectorService, Strings.ReflectorServices, Strings.HostNameOrIPAddress, Strings.ExampleReflectorHostNameIP, Strings.HelpURLReflectorInfo); DiagnosticsService = new ServicesUIText(Strings.DiagnosticService, Strings.DiagnosticServices, Strings.URL, Strings.ExampleDiagnosticService, Strings.HelpURLDiagnosticInfo); }
static ServicesUIText() { ArchiveService = new ServicesUIText( "Archive Service", "host name or IP address", "For example: my.archiveservice.com or 192.168.0.1", "http://research.microsoft.com/conferencexp/redirects/cxp_client/configurearchiveInfo.htm"); VenueService = new ServicesUIText( "Venue Service", "URL", "For example: http://my.venueservice.com/venueservice", "http://research.microsoft.com/conferencexp/redirects/cxp_client/configurevenuesinfo.htm"); ReflectorService = new ServicesUIText( "Reflector Service", "host name or IP address", "For example: my.reflectorservice.com, 192.168.0.1, or " + "2000::1:212:79ff:fed2:f77", "http://research.microsoft.com/conferencexp/redirects/cxp_client/configurereflectorInfo.htm"); }