C# Class Cimbalino.Phone.Toolkit.Services.SearchService

Represents an implementation of the ISearchService.
Inheritance: ISearchService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
Show ( string searchQuery ) : void

Shows the Web Search application, using the specified search query.

Method Details

Show() public method

Shows the Web Search application, using the specified search query.
public Show ( string searchQuery ) : void
searchQuery string The search query that the Web Search application will use when it is launched.
return void